DEADSOFTWARE

case-insensitive wad fopen (only filenames, pathes should be in the right case)
[d2df-sdl.git] / build.bat
1 @echo off
2 cd "./src/game"
3 fpc -dUSE_FMOD -MDELPHI -O2 -FE../../bin -FU../../tmp Doom2DF.dpr
4 cd ".."
5 pause