Switch to kmake
This commit is contained in:
+10
-14
@@ -1,15 +1,11 @@
|
||||
|
||||
// Imported by armorcore/kincfile.js
|
||||
module.exports = {
|
||||
set_flags: function(flags, platform, graphics) {
|
||||
flags.name = 'ArmorPaint';
|
||||
flags.package = 'org.armorpaint';
|
||||
flags.with_d3dcompiler = true;
|
||||
flags.with_nfd = true;
|
||||
flags.with_tinydir = true;
|
||||
flags.with_zlib = true;
|
||||
flags.with_stb_image_write = true;
|
||||
flags.with_krafix = graphics === 'vulkan'; // glsl to spirv for vulkan
|
||||
flags.with_plugin_embed = platform === 'ios';
|
||||
}
|
||||
};
|
||||
// Imported by armorcore/kfile.js
|
||||
flags.name = 'ArmorPaint';
|
||||
flags.package = 'org.armorpaint';
|
||||
flags.with_d3dcompiler = true;
|
||||
flags.with_nfd = true;
|
||||
flags.with_tinydir = true;
|
||||
flags.with_zlib = true;
|
||||
flags.with_stb_image_write = true;
|
||||
flags.with_krafix = graphics === 'vulkan'; // glsl to spirv for vulkan
|
||||
flags.with_plugin_embed = platform === 'ios';
|
||||
|
||||
Reference in New Issue
Block a user