From fc26b29642c50062964e1dd672219ba0f661c146 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Sat, 10 Feb 2018 10:46:46 +0200 Subject: [PATCH] fixed README (SDL_mixer build option) --- README | 2 +- src/game/Doom2DF.lpi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index d9d63a8..2b86f9d 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Create the "tmp" and "bin" directories beforehand if they don't exist already. T cd src/game fpc -O3 -Fi../lib/vampimg -Fi../lib/vampimg/JpegLib -Fi../lib/vampimg/ZLib -Fu../lib/vampimg -Fu../lib/vampimg/JpegLib -Fu../lib/vampimg/ZLib -FE../../bin -FU../../tmp Doom2DF.lpr -If you want SDL_mixer instead of FMOD, add -dUSE_MIXER. +If you want SDL_mixer instead of FMOD, add -dUSE_SDLMIXER. If you want the server to be able to forward ports via UPNP, add -dUSE_MINIUPNPC. To build a headless (no video/audio, for dedicated servers) executable, add -dHEADLESS. Replace -O3 with -g -gl to enable debugging features. Run the game with --gdb when using a debugger to diff --git a/src/game/Doom2DF.lpi b/src/game/Doom2DF.lpi index 0f76a25..a601635 100644 --- a/src/game/Doom2DF.lpi +++ b/src/game/Doom2DF.lpi @@ -68,7 +68,7 @@ - + -- 2.29.2