[RavenclawDev 390] [2050] trunk/Agents/TTYRecognitionServer2/TTYRecognitionServer2.vcproj: Fixed pre-build exe dir creation.

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


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070917/cb4d3fcd/attachment.html
-------------- next part --------------
Modified: trunk/Agents/TTYRecognitionServer2/TTYRecognitionServer2.vcproj
===================================================================
--- trunk/Agents/TTYRecognitionServer2/TTYRecognitionServer2.vcproj	2007-09-17 14:47:52 UTC (rev 2049)
+++ trunk/Agents/TTYRecognitionServer2/TTYRecognitionServer2.vcproj	2007-09-17 14:48:14 UTC (rev 2050)
@@ -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"
@@ -120,6 +122,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