DEADSOFTWARE

fmod -> sdl2 mixer, first part: we have sounds now, but no music and no advanced...
[d2df-sdl.git] / build.bat
1 @echo off
2 cd "./src/game"
3 fpc -MDELPHI -O2 -FE../../bin -FU../../tmp Doom2DF.dpr
4 cd ".."
5 pause