migrate MwLLColor and MwLLPixmap
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
e1824cffa0
commit
6e6233edc8
55 changed files with 754 additions and 669 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -44,7 +44,6 @@ require("./pl/utils.pl");
|
|||
|
||||
param_set("classic-theme", 0);
|
||||
param_set("stb-image", 1);
|
||||
param_set("opengl", 0);
|
||||
param_set("vulkan", 0);
|
||||
param_set("vulkan-string-helper", 1);
|
||||
param_set("shared", 1);
|
||||
|
|
@ -114,9 +113,11 @@ sub def_platform {
|
|||
}
|
||||
if ($target eq "Windows") {
|
||||
param_set("gdi-text", 1);
|
||||
param_set("opengl", 1);
|
||||
}
|
||||
else {
|
||||
param_set("gdi-text", 0);
|
||||
param_set("opengl", 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue