THRIFT-5589 Haxe compiler/runtime fixes
Client: hx
Patch: Jens Geyer
diff --git a/test/haxe/TestClientServer.hxproj b/test/haxe/TestClientServer.hxproj
index 44faa37..30fecf3 100644
--- a/test/haxe/TestClientServer.hxproj
+++ b/test/haxe/TestClientServer.hxproj
@@ -26,7 +26,7 @@
<option noInlineOnDebug="False" />
<option mainClass="Main" />
<option enabledebug="False" />
- <option additional="" />
+ <option additional="--macro include('org.apache.thrift', true)
--macro include('thrift', true)" />
</build>
<!-- haxelib libraries -->
<haxelib>
diff --git a/test/haxe/php-web-server.hxml b/test/haxe/php-web-server.hxml
index f628c3a..102ae97 100644
--- a/test/haxe/php-web-server.hxml
+++ b/test/haxe/php-web-server.hxml
@@ -32,6 +32,8 @@
#defines
-D phpwebserver
+# libs
+-lib uuid
#Add debug information
-debug
diff --git a/test/haxe/php.hxml b/test/haxe/php.hxml
index c3aa97f..4edb86c 100644
--- a/test/haxe/php.hxml
+++ b/test/haxe/php.hxml
@@ -29,6 +29,8 @@
-php bin/php
-D php-front=Main-debug.php
+# libs
+-lib uuid
#Add debug information
-debug