Browse Source

added gc.dll

Nicolas Cannasse 19 years ago
parent
commit
794756f15e
1 changed files with 1 additions and 1 deletions
  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
 rm -rf all.n all.js all.swf *.xml tools/docview.n
 
 
 cd ..\..\..\..\neko\bin
 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 !
 echo The magic script is done, it's release time !
 pause
 pause