summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-06-06 14:29:38 +0200
committerJens Geyer <Jens-G@users.noreply.github.com>2022-06-07 08:56:54 +0200
commitce1d314ef3e9c9b3999641da77fdc90f563b3226 (patch)
treed00dc320810d716920e9c3847d13941317c9f1ca /tutorial
parent0b1eb6bcabebe02d61be614eab0eb6c4d2d972c3 (diff)
downloadthrift-ce1d314ef3e9c9b3999641da77fdc90f563b3226.tar.gz
THRIFT-5589 Haxe compiler/runtime fixes
Client: hx Patch: Jens Geyer
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/haxe/Tutorial.hxproj6
-rw-r--r--tutorial/haxe/php-web-server.hxml2
2 files changed, 5 insertions, 3 deletions
diff --git a/tutorial/haxe/Tutorial.hxproj b/tutorial/haxe/Tutorial.hxproj
index 44e0efdbb..6c656b628 100644
--- a/tutorial/haxe/Tutorial.hxproj
+++ b/tutorial/haxe/Tutorial.hxproj
@@ -8,9 +8,9 @@
<movie fps="30" />
<movie width="800" />
<movie height="600" />
- <movie version="1" />
+ <movie version="0" />
<movie minorVersion="0" />
- <movie platform="C++" />
+ <movie platform="C#" />
<movie background="#FFFFFF" />
</output>
<!-- Other classes to be compiled into your SWF -->
@@ -30,7 +30,7 @@
</build>
<!-- haxelib libraries -->
<haxelib>
- <!-- example: <library name="..." /> -->
+ <library name="uuid" />
</haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets>
diff --git a/tutorial/haxe/php-web-server.hxml b/tutorial/haxe/php-web-server.hxml
index 88007c18f..c6e9432a3 100644
--- a/tutorial/haxe/php-web-server.hxml
+++ b/tutorial/haxe/php-web-server.hxml
@@ -32,6 +32,8 @@
#defines
-D phpwebserver
+# libs
+-lib uuid
#Add debug information
-debug