ughghghghh

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@562 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-01 16:10:16 +00:00
parent 20a86c9699
commit f34feaba6d
87 changed files with 12 additions and 7620 deletions

View File

@@ -96,7 +96,7 @@ sub generate {
print(OUT "LD = $link\n");
print(OUT "\n");
print(OUT
"CFLAGS = ${inc}include ${inc}external${dir}fdlibm ${def}_MILSKO ${def}USE_GDI ${def}USE_STB_TRUETYPE ${def}USE_STB_IMAGE ${def}STBI_NO_SIMD\n"
"CFLAGS = ${inc}include ${def}_MILSKO ${def}USE_GDI ${def}USE_STB_TRUETYPE ${def}USE_STB_IMAGE ${def}STBI_NO_SIMD\n"
);
print(OUT "LDFLAGS = $dll");
print(OUT "\n");
@@ -152,7 +152,6 @@ scan("src/text");
scan("src/font");
scan("src/math");
scan("src/color_picker");
scan("external/fdlibm");
push(@cfiles, "src/backend/gdi.c");
generate("BorMakefile", "Borland");

View File

@@ -135,8 +135,6 @@ c("USE_STB_TRUETYPE - Use stb_truetype or not.", 60);
l("");
c("USE_FREETYPE2 - Use FreeType2 or not.", 60);
l("");
c("USE_FDLIBM - Use fdlibm or not.", 60);
l("");
c("PREFIX - Installation destination directory.", 60);
l("");