mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-21 08:34:11 +00:00
add classic theme option to Makefile.pl
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@664 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
10
Makefile.pl
10
Makefile.pl
@@ -33,6 +33,7 @@ our $cross = 0;
|
||||
|
||||
require("./pl/utils.pl");
|
||||
|
||||
param_set("classic-theme", 0);
|
||||
param_set("stb-image", 1);
|
||||
param_set("stb-truetype", 0);
|
||||
param_set("freetype2", 1);
|
||||
@@ -42,6 +43,7 @@ param_set("vulkan", 0);
|
||||
param_set("vulkan-string-helper", 1);
|
||||
|
||||
my %features = (
|
||||
"classic-theme" => "use classic theme",
|
||||
"stb-image" => "use stb_image instead of libjpeg/libpng",
|
||||
"stb-truetype" => "use stb_truetype",
|
||||
"freetype2" => "use FreeType2",
|
||||
@@ -51,10 +53,10 @@ my %features = (
|
||||
"vulkan-string-helper" => "use Vulkan string helper"
|
||||
);
|
||||
my @features_keys = (
|
||||
"1stb-image", "1stb-truetype",
|
||||
"1freetype2", "1opengl",
|
||||
"2xrender", "1vulkan",
|
||||
"2vulkan-string-helper"
|
||||
"1classic-theme", "1stb-image",
|
||||
"1stb-truetype", "1freetype2",
|
||||
"1opengl", "2xrender",
|
||||
"1vulkan", "2vulkan-string-helper"
|
||||
);
|
||||
|
||||
foreach my $l (@ARGV) {
|
||||
|
||||
Reference in New Issue
Block a user