[RavenclawDev 315] [1995] Agents/Helios3/Helios3.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:53 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070815/bb750119/attachment.html
-------------- next part --------------
Modified: Agents/Helios3/Helios3.vcproj
===================================================================
--- Agents/Helios3/Helios3.vcproj 2007-08-15 20:47:41 UTC (rev 1994)
+++ Agents/Helios3/Helios3.vcproj 2007-08-15 20:47:53 UTC (rev 1995)
@@ -109,6 +109,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"
@@ -180,7 +182,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\Bin\x86-nt\$(TargetName).exe"
+ Description="Copy executable to Bin directory"
+ CommandLine="copy "$(TargetPath)" ..\..\Bin\x86-nt"
/>
</Configuration>
</Configurations>
More information about the Ravenclaw-developers
mailing list