Files
armorpaint/kincflags.js
T
2021-08-09 19:16:45 +02:00

14 lines
309 B
JavaScript

// 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;
}
};