X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2FDoom2DF.lpr;h=adbf20556266cf7651dc6d74d098e89e863269b3;hb=3e9b43c5a53e39e3651b946c11ec61387406b36c;hp=245839f29254075be5797af7e03ef1ba4b44cf67;hpb=313488322d2a198aaf0f4d272ca6ef9d1718f132;p=d2df-sdl.git diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index 245839f..adbf205 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -41,9 +41,9 @@ uses {$ENDIF} {$IFDEF USE_SDL} - SDL, + SDL in '../lib/sdl/sdl.pas', {$IFDEF USE_SDLMIXER} - SDL_mixer, + SDL_mixer in '../lib/sdl/sdl_mixer.pas', {$ENDIF} {$ENDIF} {$IFDEF USE_SDL2} @@ -153,6 +153,10 @@ uses g_touch in 'sdl2/g_touch.pas', {$ENDIF} + r_console in 'opengl/r_console.pas', + r_game in 'opengl/r_game.pas', + r_gfx in 'opengl/r_gfx.pas', + {$IFDEF USE_FMOD} fmod in '../lib/FMOD/fmod.pas', fmoderrors in '../lib/FMOD/fmoderrors.pas',