소스 검색

use Makefile

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

+ 3 - 3
haxe.vcproj

@@ -29,9 +29,9 @@
 			ConfigurationType="0">
 			<Tool
 				Name="VCNMakeTool"
-				BuildCommandLine="ocamake -opt -pp camlp4o haxe.vcproj extLib.cmxa extc.cmxa swfLib.cmxa"
-				ReBuildCommandLine="ocamake -all -opt -pp camlp4o haxe.vcproj extLib.cmxa extc.cmxa swfLib.cmxa"
-				CleanCommandLine="ocamake -clean -opt -pp camlp4o haxe.vcproj extLib.cmxa extc.cmxa swfLib.cmxa"
+				BuildCommandLine="make all"
+				ReBuildCommandLine="make clean all"
+				CleanCommandLine="make clean"
 				Output="haxe.exe"/>
 		</Configuration>
 	</Configurations>