X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2FDoom2DF.lpr;h=10ec8fcfcde776a12d9e699bd5ae8353081f78aa;hb=9a2ee072230bd5cb222921d0f34a6416ca69e12f;hp=f50c895d58cae48e6a406ab4099988ff06c6e4a5;hpb=3d2ad22a4edfeab661196c15d6b57fa3b3eca216;p=d2df-sdl.git diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index f50c895..10ec8fc 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -48,7 +48,7 @@ uses {$IFDEF USE_MINIUPNPC} miniupnpc in '../lib/miniupnpc/miniupnpc.pas', {$ENDIF} -{$IFDEF USE_SDL2WRAP} +{$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', @@ -63,6 +63,15 @@ uses ENet in '../wrappers/enet/enet.pas', {$ELSE} ENet in '../lib/enet/enet.pp', + {$IFDEF USE_WATT32} + Watt32 in '../lib/watt32/watt32.pp', + {$ENDIF} + {$IFDEF USE_LIBSOCKET} + Socket in '../lib/socket/socket.pas', + {$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', @@ -189,6 +198,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()