kincflags.js 309 B

12345678910111213
  1. // Imported by armorcore/kincfile.js
  2. module.exports = {
  3. set_flags: function (flags) {
  4. flags.name = 'ArmorPaint';
  5. flags.package = 'org.armorpaint';
  6. flags.with_d3dcompiler = true;
  7. flags.with_nfd = true;
  8. flags.with_tinydir = true;
  9. flags.with_zlib = true;
  10. flags.with_stb_image_write = true;
  11. }
  12. };