Add kincflags.js
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user