Add kincflags.js

This commit is contained in:
Lubos Lenco
2021-08-09 19:16:45 +02:00
parent ef5bec91ed
commit 458238a4aa
+13
View File
@@ -0,0 +1,13 @@
// Imported by armorcore/kincfile.js
module.exports = {
set_flags: function (flags) {
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;
}
};