浏览代码

added gc.dll

Nicolas Cannasse 19 年之前
父节点
当前提交
794756f15e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/MakeRelease.bat

+ 1 - 1
doc/MakeRelease.bat

@@ -9,7 +9,7 @@ rm -rf CVS .cvsignore */CVS */.cvsignore */*/CVS */*/.cvsignore */*/*/CVS */*/*/
 rm -rf all.n all.js all.swf *.xml tools/docview.n
 
 cd ..\..\..\..\neko\bin
-cp neko.dll neko.exe nekoc.exe nekotools.exe *.ndll ../../haxe/doc/haxe-release
+cp gc.dll neko.dll neko.exe nekoc.exe nekotools.exe *.ndll ../../haxe/doc/haxe-release
 
 echo The magic script is done, it's release time !
 pause