mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 06:32:00 +00:00
4b7a1e3fb0
Co-authored-by: Peter0x44 <peter0x44@disroot.org>
5 lines
319 B
Bash
Executable file
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
|