[RavenclawDev 362] [26] Agents/MeetingLineDM/MeetingLineDM.vcproj: Bugfix: Quoted source path for post-build copy, fixes issue with spaces in path.
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Wed Sep 12 11:44:48 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070912/dcaf86e4/attachment.html
-------------- next part --------------
Modified: Agents/MeetingLineDM/MeetingLineDM.vcproj
===================================================================
--- Agents/MeetingLineDM/MeetingLineDM.vcproj 2007-09-11 20:39:49 UTC (rev 25)
+++ Agents/MeetingLineDM/MeetingLineDM.vcproj 2007-09-12 15:44:47 UTC (rev 26)
@@ -97,7 +97,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName).exe"
+ CommandLine="copy "$(TargetPath)" ..\..\bin\x86-nt\$(TargetName).exe"
/>
</Configuration>
<Configuration
@@ -184,7 +184,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"
+ CommandLine="copy "$(TargetPath)" ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"
/>
</Configuration>
</Configurations>
More information about the Ravenclaw-developers
mailing list