소스 검색

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>