[RavenclawDev 313] [1992] Agents/Phoenix2/phoenix2.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:17 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070815/5befb4c2/attachment.html
-------------- next part --------------
Modified: Agents/Phoenix2/phoenix2.vcproj
===================================================================
--- Agents/Phoenix2/phoenix2.vcproj	2007-08-12 02:21:14 UTC (rev 1991)
+++ Agents/Phoenix2/phoenix2.vcproj	2007-08-15 20:47:17 UTC (rev 1992)
@@ -109,8 +109,8 @@
 		</Configuration>
 		<Configuration
 			Name="Release|Win32"
-			OutputDirectory=".\Release"
-			IntermediateDirectory=".\Release"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
 			ConfigurationType="1"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 			UseOfMFC="2"
@@ -119,6 +119,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"
@@ -196,8 +198,8 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				Description="Copy binary to its destination"
-				CommandLine="echo copy &quot;$(TARGETPATH)&quot; ..\..\bin\x86-nt\&quot;$(TARGETNAME)&quot;.exe&#x0D;&#x0A;copy &quot;$(TARGETPATH)&quot; ..\..\bin\x86-nt\&quot;$(TARGETNAME)&quot;.exe&#x0D;&#x0A;"
+				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