git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@672 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-12 03:03:51 +00:00
parent 91b27d5f65
commit f61cf01c13
2 changed files with 8 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ foreach my $l (@library_targets) {
$o =~ s/\./\\\./g; $o =~ s/\./\\\./g;
$s =~ s/$o$/.c/; $s =~ s/$o$/.c/;
if($l =~ /^external\//){ if ($l =~ /^external\//) {
$warn = ""; $warn = "";
} }

View File

@@ -45,6 +45,10 @@ if (param_get("freetype2")) {
} }
} }
if (param_get("vulkan") && param_get("vulkan-string-helper")) {
add_cflags("-DHAS_VK_ENUM_STRING_HELPER");
}
new_object("src/icon/*.c"); new_object("src/icon/*.c");
new_object("src/font/*.c"); new_object("src/font/*.c");
new_object("src/cursor/*.c"); new_object("src/cursor/*.c");