Closed RudolfVonKrugstein closed 9 years ago
If you use hxml maybe you should add space like this: -D FAST_TESTS
I'm not quite enough into lime, but I bet you can define these flags somewhere in the lime build file (xml ?)
sorry for confusing about this, now I remember that with lime/openfl someone should use xml or hxp project files and hxml is just regenerated every build
I believe I can define that in the project.xml file, but actually I want different builds. One with "-D FAST_TESTS" enabled and one with it disabled. Is that possible or do I have to edit my project.xml every time?
You can use several project.xml
Well, that it is simple enough.
My haxe (lime/openfl) project has some conditional compiling depending on defines I provide by hand (-DFAST_TESTS). Can I somehow tell the build system to run lime with these defines enabled?