Browse Source

use Makefile

Nicolas Cannasse 19 năm trước cách đây
mục cha
commit
15b8e4c8fd
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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>