|
@@ -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>
|