mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 02:43:30 +00:00
format
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@672 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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 = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user