소스 검색

kill the compiler before building

Nicolas Cannasse 13 년 전
부모
커밋
8e7cacc57f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      haxe.vcproj

+ 3 - 3
haxe.vcproj

@@ -29,9 +29,9 @@
 			ConfigurationType="0">
 			ConfigurationType="0">
 			<Tool
 			<Tool
 				Name="VCNMakeTool"
 				Name="VCNMakeTool"
-				BuildCommandLine="make MSVC=1 -j4 -f Makefile.win haxe"
-				ReBuildCommandLine="make MSVC=1 -f Makefile.win clean_haxe haxe"
-				CleanCommandLine="make -f Makefile.win clean_haxe"
+				BuildCommandLine="make MSVC=1 -j4 -f Makefile.win kill haxe"
+				ReBuildCommandLine="make MSVC=1 -f Makefile.win kill clean_haxe haxe"
+				CleanCommandLine="make -f Makefile.win kill clean_haxe"
 				Output="haxe.exe"/>
 				Output="haxe.exe"/>
 		</Configuration>
 		</Configuration>
 	</Configurations>
 	</Configurations>