blob: 7ad23920d0ff9d118fbc0d29a8446b011227a8ff [file] [log] [blame]
Jens Geyer65e9bde2014-11-11 01:30:02 +01001<?xml version="1.0" encoding="utf-8"?>
2<project version="2">
3 <!-- Output SWF options -->
4 <output>
5 <movie outputType="Application" />
6 <movie input="" />
Jens Geyerce1d3142022-06-06 14:29:38 +02007 <movie path="bin\HaxeTests" />
Jens Geyer65e9bde2014-11-11 01:30:02 +01008 <movie fps="30" />
9 <movie width="800" />
10 <movie height="600" />
Jens Geyerce1d3142022-06-06 14:29:38 +020011 <movie version="0" />
Jens Geyer65e9bde2014-11-11 01:30:02 +010012 <movie minorVersion="0" />
13 <movie platform="C++" />
14 <movie background="#FFFFFF" />
15 </output>
16 <!-- Other classes to be compiled into your SWF -->
17 <classpaths>
18 <class path="src" />
19 <class path="gen-haxe" />
Jens Geyerce1d3142022-06-06 14:29:38 +020020 <class path="..\src" />
Jens Geyer65e9bde2014-11-11 01:30:02 +010021 </classpaths>
22 <!-- Build options -->
23 <build>
24 <option directives="" />
25 <option flashStrict="False" />
26 <option noInlineOnDebug="False" />
27 <option mainClass="Main" />
28 <option enabledebug="False" />
Jens Geyerce1d3142022-06-06 14:29:38 +020029 <option additional="--macro include('org.apache.thrift', true)&#xA;--macro include('thrift', true)" />
Jens Geyer65e9bde2014-11-11 01:30:02 +010030 </build>
31 <!-- haxelib libraries -->
32 <haxelib>
Jens Geyerce1d3142022-06-06 14:29:38 +020033 <library name="uuid" />
Jens Geyer65e9bde2014-11-11 01:30:02 +010034 </haxelib>
35 <!-- Class files to compile (other referenced classes will automatically be included) -->
36 <compileTargets>
37 <!-- example: <compile path="..." /> -->
38 </compileTargets>
39 <!-- Paths to exclude from the Project Explorer tree -->
40 <hiddenPaths>
41 <hidden path="obj" />
42 <hidden path="cpp.hxml" />
43 <hidden path="csharp.hxml" />
44 <hidden path="flash.hxml" />
45 <hidden path="java.hxml" />
46 <hidden path="javascript.hxml" />
47 <hidden path="make_all.bat" />
48 <hidden path="make_all.sh" />
49 <hidden path="Makefile.am" />
50 <hidden path="neko.hxml" />
51 <hidden path="php.hxml" />
52 <hidden path="project.hide" />
53 <hidden path="python.hxml" />
54 </hiddenPaths>
55 <!-- Executed before build -->
Jens Geyere5ff9a82014-11-11 01:39:38 +010056 <preBuildCommand>thrift -r -gen haxe ../../../test/ThriftTest.thrift
57thrift -r -gen haxe ../../../contrib/async-test/aggr.thrift
58thrift -r -gen haxe ../../../lib/rb/benchmark/Benchmark.thrift</preBuildCommand>
Jens Geyer65e9bde2014-11-11 01:30:02 +010059 <!-- Executed after build -->
60 <postBuildCommand alwaysRun="False" />
61 <!-- Other project options -->
62 <options>
63 <option showHiddenPaths="False" />
Jens Geyere5ff9a82014-11-11 01:39:38 +010064 <option testMovie="Custom" />
65 <option testMovieCommand="bin/HaxeTests/Main.exe server multiplex" />
Jens Geyer65e9bde2014-11-11 01:30:02 +010066 </options>
67 <!-- Plugin storage -->
68 <storage />
69</project>