[RavenclawDev 382] [2042] trunk/Agents/DateTime4/DateTime4.vcproj: Fix pre-build exe dir creation.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Mon Sep 17 10:45:18 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070917/69a7ebeb/attachment.html
-------------- next part --------------
Modified: trunk/Agents/DateTime4/DateTime4.vcproj
===================================================================
--- trunk/Agents/DateTime4/DateTime4.vcproj	2007-09-17 14:44:50 UTC (rev 2041)
+++ trunk/Agents/DateTime4/DateTime4.vcproj	2007-09-17 14:45:17 UTC (rev 2042)
@@ -27,6 +27,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"
@@ -117,6 +119,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"


More information about the Ravenclaw-developers mailing list