Bladeren bron

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

Nicolas Cannasse 13 jaren geleden
bovenliggende
commit
3015e8591e
2 gewijzigde bestanden met toevoegingen van 6 en 2 verwijderingen
  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.swf" />
     <hidden path="unit9_as3.swf" />
     <hidden path="unit9_as3.swf" />
     <hidden path="unit.js.map" />
     <hidden path="unit.js.map" />
+    <hidden path="java" />
+    <hidden path="runexe.n" />
+    <hidden path="runjava.n" />
+    <hidden path="server.bat" />
   </hiddenPaths>
   </hiddenPaths>
   <!-- Executed before build -->
   <!-- Executed before build -->
-  <preBuildCommand>$(CompilerPath)/haxe unit.hxml</preBuildCommand>
+  <preBuildCommand>$(CompilerPath)/haxe compile.hxml</preBuildCommand>
   <!-- Executed after build -->
   <!-- Executed after build -->
   <postBuildCommand alwaysRun="False" />
   <postBuildCommand alwaysRun="False" />
   <!-- Other project options -->
   <!-- Other project options -->
   <options>
   <options>
-    <option showHiddenPaths="True" />
+    <option showHiddenPaths="False" />
     <option testMovie="OpenDocument" />
     <option testMovie="OpenDocument" />
     <option testMovieCommand="http://dev.unit-tests/unit.html" />
     <option testMovieCommand="http://dev.unit-tests/unit.html" />
   </options>
   </options>