X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2FDoom2DF.lpr;h=5f707e0d06c7d6a5bd47dd79721715d629367ab4;hb=510ce208a83791aca610ab38198a9ebbb2ad2bfe;hp=5162d93ca16ec6b53360d46a7fc4774d93719f98;hpb=6880f8a491a247a34d6afb5508d0a64196a3d26d;p=d2df-sdl.git diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index 5162d93..5f707e0 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -1,4 +1,4 @@ -(* Copyright (C) DooM 2D:Forever Developers +(* Copyright (C) Doom 2D: Forever Developers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,20 +22,13 @@ program Doom2DF; {$ENDIF} {$HINTS OFF} -{$UNDEF XXX} {$IFDEF USE_SDLMIXER} - {$DEFINE XXX} -{$ENDIF} -{$IFDEF USE_FMOD} - {$IFDEF XXX} - {$ERROR define one of USE_SDLMIXER or USE_FMOD} - {$ELSE} - {$DEFINE XXX} + {$IFDEF USE_FMOD} + {$ERROR define only one of USE_SDLMIXER or USE_FMOD} {$ENDIF} -{$ENDIF} - -{$IFNDEF XXX} - {$ERROR define USE_SDLMIXER or USE_FMOD} +{$ELSE} + {$UNDEF USE_SDLMIXER} + {$DEFINE USE_FMOD} {$ENDIF} uses @@ -45,6 +38,9 @@ uses math, GL, GLExt, +{$IFDEF USE_MINIUPNPC} + miniupnpc in '../lib/miniupnpc/miniupnpc.pas', +{$ENDIF} SDL2 in '../lib/sdl2/sdl2.pas', {$IFDEF USE_SDLMIXER} SDL2_mixer in '../lib/sdl2/SDL2_mixer.pas', @@ -112,6 +108,7 @@ uses sdlcarcass in '../flexui/sdlcarcass.pas', //sdlstandalone in '../flexui/sdlstandalone.pas', + fui_wadread in '../flexui/fui_wadread.pas', fui_common in '../flexui/fui_common.pas', fui_gfx_gl in '../flexui/fui_gfx_gl.pas', fui_events in '../flexui/fui_events.pas',