浏览代码

added export

Nicolas Cannasse 15 年之前
父节点
当前提交
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 "")