Browse Source

fixed configs

Nicolas Cannasse 20 years ago
parent
commit
a94f435f85
1 changed files with 6 additions and 6 deletions
  1. 6 6
      haxe.vcproj

+ 6 - 6
haxe.vcproj

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