fteqw/tools/build-nzp-win32.sh

6 lines
319 B
Bash
Raw Permalink Normal View History

cd ../engine
make makelibs FTE_TARGET=win32_SDL2 && make m-rel FTE_TARGET=win32_SDL2 FTE_CONFIG=nzportable -j32
# Running make once is not sufficient... there are link errors (undefined reference to SDL's functions).
# Doing it twice works. I don't know why.
make m-rel FTE_TARGET=win32_SDL2 FTE_CONFIG=nzportable -j32