DEADSOFTWARE

Added Watt32 support
[d2df-sdl.git] / src / game / Doom2DF.lpr
index 3239be1e6fd0bd800cee48c3a34d2d362f708093..53020f419c5a1886f69eb0167ca032fb43cde9e2 100644 (file)
@@ -48,11 +48,28 @@ uses
 {$IFDEF USE_MINIUPNPC}
   miniupnpc in '../lib/miniupnpc/miniupnpc.pas',
 {$ENDIF}
+{$IF DEFINED(USE_SDL2STUB) OR DEFINED(USE_SDL2ALLEGRO)}
+  SDL2 in '../wrappers/sdl2/sdl2.pas',
+  {$IFDEF USE_SDLMIXER}
+    SDL2_mixer in '../wrappers/sdl2/SDL2_mixer.pas',
+  {$ENDIF}
+{$ELSE}
   SDL2 in '../lib/sdl2/sdl2.pas',
-{$IFDEF USE_SDLMIXER}
-  SDL2_mixer in '../lib/sdl2/SDL2_mixer.pas',
+  {$IFDEF USE_SDLMIXER}
+    SDL2_mixer in '../lib/sdl2/SDL2_mixer.pas',
+  {$ENDIF}
 {$ENDIF}
+{$IFDEF USE_ENETWRAP}
+  ENet in '../wrappers/enet/enet.pas',
+{$ELSE}
   ENet in '../lib/enet/enet.pp',
+  {$IFDEF GO32V2}
+    Watt32 in '../lib/watt32/watt32.pp',
+  {$ENDIF}
+{$ENDIF}
+{$IFDEF USE_SDL2ALLEGRO}
+  Allegro in '../lib/allegro4/allegro.pas',
+{$ENDIF}
   e_graphics in '../engine/e_graphics.pas',
   e_input in '../engine/e_input.pas',
   e_log in '../engine/e_log.pas',
@@ -178,6 +195,7 @@ begin
     else if ParamStr(f) = '--log' then conbufDumpToStdOut := true
     else if ParamStr(f) = '--safe-log' then e_SetSafeSlowLog(true);
   end;
+
   if noct then
   begin
     Main()