[RavenclawDev 339] [2011] Agents: 1) Now compiles under debug mode
bfrisch@edam.speech.cs.cmu.edu
bfrisch at edam.speech.cs.cmu.edu
Mon Aug 20 22:02:58 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070820/45664140/attachment.html
-------------- next part --------------
Modified: Agents/Helios3/Helios3.vcproj
===================================================================
--- Agents/Helios3/Helios3.vcproj 2007-08-21 02:02:30 UTC (rev 2010)
+++ Agents/Helios3/Helios3.vcproj 2007-08-21 02:02:58 UTC (rev 2011)
@@ -26,6 +26,8 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -95,7 +97,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\Bin\x86-nt\$(TargetName)_debug.exe"
+ CommandLine="copy "$(TargetPath)" "..\..\Bin\x86-nt\$(TargetName)_debug.exe""
/>
</Configuration>
<Configuration
@@ -109,7 +111,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Make the directories to later copy the build to."
+ Description="Setting up directories for executable..."
CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Modified: Agents/Kalliope/Kalliope.vcproj
===================================================================
--- Agents/Kalliope/Kalliope.vcproj 2007-08-21 02:02:30 UTC (rev 2010)
+++ Agents/Kalliope/Kalliope.vcproj 2007-08-21 02:02:58 UTC (rev 2011)
@@ -25,6 +25,8 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -93,7 +95,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\Bin\x86-nt\$(TargetName)_debug.exe"
+ CommandLine="copy "$(TargetPath)" "..\..\Bin\x86-nt\$(TargetName)_debug.exe""
/>
</Configuration>
<Configuration
@@ -106,6 +108,7 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
/>
<Tool
Name="VCCustomBuildTool"
@@ -423,7 +426,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(TargetPath) ..\..\Bin\x86-nt\$(TargetName)_debug.exe"
+ CommandLine="copy "$(TargetPath)" "..\..\Bin\x86-nt\$(TargetName)_debug.exe""
/>
</Configuration>
<Configuration
Modified: Agents/NlgServer2/NlgServer2.vcproj
===================================================================
--- Agents/NlgServer2/NlgServer2.vcproj 2007-08-21 02:02:30 UTC (rev 2010)
+++ Agents/NlgServer2/NlgServer2.vcproj 2007-08-21 02:02:58 UTC (rev 2011)
@@ -27,6 +27,7 @@
>
<Tool
Name="VCPreBuildEventTool"
+ CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -74,7 +75,7 @@
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib ..\..\Libraries\Galaxy\lib\x86-nt\libgalaxy_debug.lib"
OutputFile=".\Debug/NlgServer2.exe"
- LinkIncremental="1"
+ LinkIncremental="2"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/NlgServer2.pdb"
@@ -120,7 +121,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Make the directories to later copy the build to."
+ Description="Setting up directories for executable..."
CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Modified: Agents/Phoenix2/phoenix2.vcproj
===================================================================
--- Agents/Phoenix2/phoenix2.vcproj 2007-08-21 02:02:30 UTC (rev 2010)
+++ Agents/Phoenix2/phoenix2.vcproj 2007-08-21 02:02:58 UTC (rev 2011)
@@ -27,6 +27,8 @@
>
<Tool
Name="VCPreBuildEventTool"
+ Description="Setting up directories for executable..."
+ CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nt\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
Name="VCCustomBuildTool"
@@ -46,7 +48,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\Libraries\Galaxy\include,..\..\Libraries\Galaxy\contrib\MITRE\utilities\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
@@ -74,7 +76,7 @@
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib ..\..\Libraries\Galaxy\lib\x86-nt\libgalaxy_debug.lib"
OutputFile=".\Debug/phoenix2.exe"
- LinkIncremental="1"
+ LinkIncremental="2"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/phoenix2.pdb"
@@ -119,7 +121,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Make the directories to later copy the build to."
+ Description="Setting up directories for executable..."
CommandLine="IF NOT EXIST ..\..\bin\nul mkdir ..\..\bin; IF NOT EXIST ..\..\bin\x86-nT\nul mkdir ..\..\bin\x86-nt"
/>
<Tool
More information about the Ravenclaw-developers
mailing list