fteqw/tools/build-nzp-win64.sh
cypress 4b7a1e3fb0 NZ:P Modification Check-In
Co-authored-by: Peter0x44 <peter0x44@disroot.org>
2024-09-08 15:37:35 +01:00

5 lines
319 B
Bash
Executable file

cd ../engine
make makelibs FTE_TARGET=win64_SDL2 && make m-rel FTE_TARGET=win64_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=win64_SDL2 FTE_CONFIG=nzportable -j32