mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
format
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@672 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -170,13 +170,13 @@ print(OUT
|
||||
|
||||
foreach my $l (@library_targets) {
|
||||
my $warn = "-Wall -Wextra -Wno-sign-compare";
|
||||
my $s = $l;
|
||||
my $o = $object_suffix;
|
||||
my $s = $l;
|
||||
my $o = $object_suffix;
|
||||
$o =~ s/\./\\\./g;
|
||||
$s =~ s/$o$/.c/;
|
||||
|
||||
if($l =~ /^external\//){
|
||||
$warn = "";
|
||||
if ($l =~ /^external\//) {
|
||||
$warn = "";
|
||||
}
|
||||
|
||||
print(OUT "${l}: ${s}\n");
|
||||
|
||||
@@ -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/font/*.c");
|
||||
new_object("src/cursor/*.c");
|
||||
|
||||
Reference in New Issue
Block a user