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