[RavenclawDev 312] [1993] Agents/NlgServer2/NlgServer2.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:33 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070815/e799e34e/attachment.html
-------------- next part --------------
Modified: Agents/NlgServer2/NlgServer2.vcproj
===================================================================
--- Agents/NlgServer2/NlgServer2.vcproj 2007-08-15 20:47:17 UTC (rev 1992)
+++ Agents/NlgServer2/NlgServer2.vcproj 2007-08-15 20:47:32 UTC (rev 1993)
@@ -110,8 +110,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="2"
@@ -120,6 +120,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"
@@ -197,8 +199,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy binary to its destination"
- CommandLine="copy "$(TARGETPATH)" ..\..\bin\x86-nt\"$(TARGETNAME)".exe"
+ Description="Copy built executable to Bin directory"
+ CommandLine="copy "$(TargetPath)" ..\..\Bin\x86-nt"
/>
</Configuration>
</Configurations>
More information about the Ravenclaw-developers
mailing list