[RavenclawDev 383] [2043] trunk/Agents/Helios3/Helios3.vcproj: Fixed pre-build exe dir creation.
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Mon Sep 17 10:45:43 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070917/387f7b21/attachment.html
-------------- next part --------------
Modified: trunk/Agents/Helios3/Helios3.vcproj
===================================================================
--- trunk/Agents/Helios3/Helios3.vcproj 2007-09-17 14:45:17 UTC (rev 2042)
+++ trunk/Agents/Helios3/Helios3.vcproj 2007-09-17 14:45:43 UTC (rev 2043)
@@ -27,7 +27,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Setting up directories for executable..."
- CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
+ CommandLine="IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -112,7 +112,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Setting up directories for executable..."
- CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
+ CommandLine="IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
More information about the Ravenclaw-developers
mailing list