2
0
Nicolas Cannasse 15 жил өмнө
parent
commit
0cab9de355
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      Makefile

+ 6 - 0
Makefile

@@ -8,6 +8,7 @@ SRC=$(NEKO)/libs/include/ocaml/*.ml* *.ml*
 LIBS=unix.cmxa str.cmxa $(XML)/xml-light.cmxa
 FLAGS=-o haxe -pp camlp4o -P $(XML)/dtd.mli -lp "-cclib extc_stubs.o -cclib -lz"
 LFLAGS=
+EXPORT=../../../projects/motionTools/haxe
 
 ifeq ($(PPC),1)
 LFLAGS=-ccopt '-arch ppc'
@@ -43,3 +44,8 @@ tools:
 clean:
 	ocamake $(FLAGS) -clean $(LIBS_SRC) $(SRC) $(LIBS)
 	rm -rf extc_stubs.o
+
+export:
+	cp haxe*.exe $(EXPORT)
+	rsync -a --exclude .svn --exclude std/mt --delete std $(EXPORT)
+	(cd $(EXPORT); svn commit -m "")