forked from cristibaluta/haxe-objc-target
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·39 lines (30 loc) · 836 Bytes
/
Copy pathbuild.sh
File metadata and controls
executable file
·39 lines (30 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
clear
make haxe
echo " "
echo "Build CocoaTouch demos..."
echo " "
cd ../hxcocoa/demos/Hello
# ./../../../haxe/haxe compile.hxml
cd ../Busses
# ./../../../haxe/haxe compile.hxml
cd ../PiratePig
# ./../../../haxe/haxe compile.hxml
cd ../WWX
# ./../../../haxe/haxe compile.hxml
echo " "
echo "Build the playground..."
echo " "
cd ../../../playground
./../haxe/haxe compile.hxml
# ./haxe/haxe -main Tests -dce no -cp tests -as3 tests/as3
# echo "Build Cpp tests..."
# ./haxe/haxe -main Tests -dce no -cp tests -cpp tests/cpp
# echo "Build CS tests..."
# ./../haxe/haxe -main Tests -cp . -cs tests/cs
# echo "Build Java tests..."
# ./../haxe/haxe -main Tests -cp tests -java tests/java -lib hxjava
echo " "
echo "Build utests..."
echo " "
cd ..
# ./haxe/haxe -cp haxe/tests -objc utests -main unit.Test -dce no -D haxeJSON --times