replace wtih new build system

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@615 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 16:52:34 +00:00
parent bfdb585dcf
commit ca054c70dd
24 changed files with 218 additions and 250 deletions

8
configure vendored Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
FLAGS="-Duse_freetype2 -Duse_stb_image -Dbuild_opengl -Dbuild_vulkan"
if ! m4 $FLAGS Makefile.m4 > Makefile; then
echo "(M4 exited with non-zero status)"
rm -f Makefile
exit 1
fi