[TeamTalk 109]: [646] TeamTalk/Agents: Fixed post-build copy problem with spaces in the path.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Wed Jul 4 23:21:12 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070704/65e7c8fe/attachment.html
-------------- next part --------------
Modified: TeamTalk/Agents/TeamTalkBackend/TeamTalkBackend.vcproj
===================================================================
--- TeamTalk/Agents/TeamTalkBackend/TeamTalkBackend.vcproj	2007-07-04 20:33:05 UTC (rev 645)
+++ TeamTalk/Agents/TeamTalkBackend/TeamTalkBackend.vcproj	2007-07-05 03:21:10 UTC (rev 646)
@@ -95,7 +95,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"
+				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"
 			/>
 		</Configuration>
 		<Configuration
@@ -177,7 +177,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName).exe"
+				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\bin\x86-nt\$(TargetName).exe"
 			/>
 		</Configuration>
 	</Configurations>

Modified: TeamTalk/Agents/TeamTalkBackend/backendstub/backendstub.vcproj
===================================================================
--- TeamTalk/Agents/TeamTalkBackend/backendstub/backendstub.vcproj	2007-07-04 20:33:05 UTC (rev 645)
+++ TeamTalk/Agents/TeamTalkBackend/backendstub/backendstub.vcproj	2007-07-05 03:21:10 UTC (rev 646)
@@ -95,7 +95,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="copy $(TargetPath) ..\..\..\Bin\x86-nt"
+				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\Bin\x86-nt"
 			/>
 		</Configuration>
 		<Configuration
@@ -176,7 +176,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="copy $(TargetPath) ..\..\..\Bin\x86-nt"
+				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\Bin\x86-nt"
 			/>
 		</Configuration>
 	</Configurations>

Modified: TeamTalk/Agents/TeamTalkDM/TeamTalkDM.vcproj
===================================================================
--- TeamTalk/Agents/TeamTalkDM/TeamTalkDM.vcproj	2007-07-04 20:33:05 UTC (rev 645)
+++ TeamTalk/Agents/TeamTalkDM/TeamTalkDM.vcproj	2007-07-05 03:21:10 UTC (rev 646)
@@ -100,7 +100,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"
+				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\bin\x86-nt\$(TargetName)-DEBUG.exe"
 			/>
 		</Configuration>
 		<Configuration
@@ -186,7 +186,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
-				CommandLine="copy $(TargetPath) ..\..\bin\x86-nt\$(TargetName).exe"
+				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\bin\x86-nt\$(TargetName).exe"
 			/>
 		</Configuration>
 	</Configurations>


More information about the TeamTalk-developers mailing list