[TeamTalk 165]: [701] TeamTalk/Agents: 1) Now goes to correct location in Release build
bfrisch@edam.speech.cs.cmu.edu
bfrisch at edam.speech.cs.cmu.edu
Wed Aug 15 16:46:50 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070815/3901e6c1/attachment.html
-------------- next part --------------
Modified: TeamTalk/Agents/PrimitiveComm/PrimitiveComm.vcproj
===================================================================
--- TeamTalk/Agents/PrimitiveComm/PrimitiveComm.vcproj 2007-08-15 20:04:33 UTC (rev 700)
+++ TeamTalk/Agents/PrimitiveComm/PrimitiveComm.vcproj 2007-08-15 20:46:50 UTC (rev 701)
@@ -93,7 +93,7 @@
<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"
+ CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
Modified: TeamTalk/Agents/TeamTalkBackend/TeamTalkBackend.vcproj
===================================================================
--- TeamTalk/Agents/TeamTalkBackend/TeamTalkBackend.vcproj 2007-08-15 20:04:33 UTC (rev 700)
+++ TeamTalk/Agents/TeamTalkBackend/TeamTalkBackend.vcproj 2007-08-15 20:46:50 UTC (rev 701)
@@ -109,7 +109,7 @@
<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"
+ CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
Modified: TeamTalk/Agents/TeamTalkDM/TeamTalkDM.vcproj
===================================================================
--- TeamTalk/Agents/TeamTalkDM/TeamTalkDM.vcproj 2007-08-15 20:04:33 UTC (rev 700)
+++ TeamTalk/Agents/TeamTalkDM/TeamTalkDM.vcproj 2007-08-15 20:46:50 UTC (rev 701)
@@ -114,7 +114,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Make the directories to later copy the build to."
- CommandLine="mkdir ..\..\bin; mkdir ..\..\bin\x86-nt"
+ CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
More information about the TeamTalk-developers
mailing list