X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2FDoom2DF.lpr;h=5e7603888fe9295e5d1412fc3ea1890326a82287;hb=541bba4ec498539ae13827e2c821b1eb8bca7db8;hp=53d54fc0e4d7c0d44b635c216e71c333eb779e45;hpb=2f55e5929cd544944331b54c0d2b7ae3c3b29b6e;p=d2df-sdl.git diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index 53d54fc..5e76038 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -34,16 +34,14 @@ uses geom in '../shared/geom.pas', math, -{$INCLUDE ../nogl/noGLuses.inc} - {$IFDEF USE_MINIUPNPC} miniupnpc in '../lib/miniupnpc/miniupnpc.pas', {$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} @@ -99,7 +97,6 @@ uses {$ENDIF} ENet in '../lib/enet/enet.pp', - e_graphics in '../engine/e_graphics.pas', e_input in '../engine/e_input.pas', e_log in '../engine/e_log.pas', e_sound in '../engine/e_sound.pas', @@ -114,6 +111,7 @@ uses wadreader in '../shared/wadreader.pas', MAPDEF in '../shared/MAPDEF.pas', CONFIG in '../shared/CONFIG.pas', + g_base in 'g_base.pas', g_basic in 'g_basic.pas', g_console in 'g_console.pas', g_net in 'g_net.pas', @@ -153,6 +151,20 @@ 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', + r_graphics in 'opengl/r_graphics.pas', + r_items in 'opengl/r_items.pas', + r_map in 'opengl/r_map.pas', + r_monsters in 'opengl/r_monsters.pas', + r_netmaster in 'opengl/r_netmaster.pas', + r_panel in 'opengl/r_panel.pas', + r_player in 'opengl/r_player.pas', + r_playermodel in 'opengl/r_playermodel.pas', + r_weapons in 'opengl/r_weapons.pas', + r_window in 'opengl/r_window.pas', + {$IFDEF USE_FMOD} fmod in '../lib/FMOD/fmod.pas', fmoderrors in '../lib/FMOD/fmoderrors.pas', @@ -204,6 +216,11 @@ var {$ENDIF} //tfo: Text; begin +{$IFDEF ANDROID} + System.argc := argc; + System.argv := argv; +{$ENDIF} + SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide, exOverflow, exUnderflow, exPrecision]); //k8: fuck off, that's why f := 1;