浏览代码

unit.hxml -> compile.hxml (prevent overwriting when changing hxproj settings)

Nicolas Cannasse 13 年之前
父节点
当前提交
3015e8591e
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 0 0
      tests/unit/compile.hxml
  2. 6 2
      tests/unit/unit.hxproj

+ 0 - 0
tests/unit/unit.hxml → tests/unit/compile.hxml


+ 6 - 2
tests/unit/unit.hxproj

@@ -54,14 +54,18 @@
     <hidden path="unit9.swf" />
     <hidden path="unit9_as3.swf" />
     <hidden path="unit.js.map" />
+    <hidden path="java" />
+    <hidden path="runexe.n" />
+    <hidden path="runjava.n" />
+    <hidden path="server.bat" />
   </hiddenPaths>
   <!-- Executed before build -->
-  <preBuildCommand>$(CompilerPath)/haxe unit.hxml</preBuildCommand>
+  <preBuildCommand>$(CompilerPath)/haxe compile.hxml</preBuildCommand>
   <!-- Executed after build -->
   <postBuildCommand alwaysRun="False" />
   <!-- Other project options -->
   <options>
-    <option showHiddenPaths="True" />
+    <option showHiddenPaths="False" />
     <option testMovie="OpenDocument" />
     <option testMovieCommand="http://dev.unit-tests/unit.html" />
   </options>