THRIFT-5590 Haxe complex inits
Client: hx
Patch: Jens Geyer
This closes #2622
diff --git a/lib/haxe/test/php.hxml b/lib/haxe/test/php.hxml
index 9fc23b6..3af54da 100644
--- a/lib/haxe/test/php.hxml
+++ b/lib/haxe/test/php.hxml
@@ -25,6 +25,11 @@
#this class wil be used as entry point for your app.
-main Main
+# forced compile of all source files
+--macro include('org.apache.thrift', true)
+--macro include('thrift', true)
+--macro include('constantsDemo', true)
+
#PHP target
-php bin/php/
#--php-front Main-debug.php