[RavenclawDev 384] [2044] trunk/Agents/Kalliope/Kalliope.vcproj: Fixed pre-build exe dir creation.
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Mon Sep 17 10:46:05 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070917/d7ac7215/attachment.html
-------------- next part --------------
Modified: trunk/Agents/Kalliope/Kalliope.vcproj
===================================================================
--- trunk/Agents/Kalliope/Kalliope.vcproj 2007-09-17 14:45:43 UTC (rev 2043)
+++ trunk/Agents/Kalliope/Kalliope.vcproj 2007-09-17 14:46:05 UTC (rev 2044)
@@ -26,7 +26,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"
@@ -109,6 +109,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -193,6 +194,8 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -274,6 +277,8 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -358,6 +363,8 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -439,8 +446,8 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Make the directories to later copy the build to."
- CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
More information about the Ravenclaw-developers
mailing list