[RavenclawDev 314] [1994] Agents/Kalliope/Kalliope.vcproj: 1) Fixing final location in release build

bfrisch@edam.speech.cs.cmu.edu bfrisch at edam.speech.cs.cmu.edu
Wed Aug 15 16:47:41 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070815/0bbad6d6/attachment.html
-------------- next part --------------
Modified: Agents/Kalliope/Kalliope.vcproj
===================================================================
--- Agents/Kalliope/Kalliope.vcproj	2007-08-15 20:47:32 UTC (rev 1993)
+++ Agents/Kalliope/Kalliope.vcproj	2007-08-15 20:47:41 UTC (rev 1994)
@@ -436,6 +436,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"
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
@@ -507,7 +509,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="copy $(TargetPath) ..\..\Bin\x86-nt\$(TargetName).exe"
+				Description="Copy built executable to Bin directory"
+				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\Bin\x86-nt"
 			/>
 		</Configuration>
 	</Configurations>


More information about the Ravenclaw-developers mailing list