summaryrefslogtreecommitdiff
path: root/win/inspircdVC71.vcproj
diff options
context:
space:
mode:
authorburlex <burlex@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-08 23:02:40 +0000
committerburlex <burlex@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-08 23:02:40 +0000
commit48d672de135a497e34b1530225fbb5a72452b841 (patch)
tree9db0dd5ef1d64da099a608ae062793b779f0b537 /win/inspircdVC71.vcproj
parent890e00d5956ff31fd95a6bb667f7918e2e97af3a (diff)
- Enabled minimal rebuild on all VS project files, this will reduce build time on small changes, also removed the -Auto configurations as they are no longer used.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7261 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/inspircdVC71.vcproj')
-rw-r--r--win/inspircdVC71.vcproj148
1 files changed, 1 insertions, 147 deletions
diff --git a/win/inspircdVC71.vcproj b/win/inspircdVC71.vcproj
index e9d4855ec..107cb5036 100644
--- a/win/inspircdVC71.vcproj
+++ b/win/inspircdVC71.vcproj
@@ -74,6 +74,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ MinimalRebuild="TRUE"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -112,153 +113,6 @@
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
- <Configuration
- Name="Debug-Auto|Win32"
- OutputDirectory="..\bin\debug\bin"
- IntermediateDirectory="Debug-Auto"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="ws2_32.lib mswsock.lib"
- ShowProgress="0"
- OutputFile="$(OutDir)/inspircd.exe"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames=""
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/inspircd.pdb"
- SubSystem="1"
- TargetMachine="1"
- FixedBaseAddress="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="@echo off
-echo Compiling Command Modules...
-cd $(InputDir)
-cd ..\src
-mkdir Debug
-IF NOT EXIST &quot;..\bin\debug\lib\cmd_admin.so&quot; nmake -f commands.mak
-move *.so ..\bin\debug\lib
-move *.pdb ..\bin\debug\lib
-move *.lib ..\bin\debug\lib
-del *.exp
-del *.ilk
-echo Compiling Modules...
-cd modules
-mkdir Debug
-IF NOT EXIST &quot;..\..\bin\debug\modules\m_alias.so&quot; nmake -f modules.mak
-move *.so ..\..\bin\debug\modules
-move *.pdb ..\..\bin\debug\modules
-move *.lib ..\..\bin\debug\modules
-del *.exp
-del *.ilk
-"/>
- <Tool
- Name="VCPreBuildEventTool"
- Description="Running Configure...."
- CommandLine="&quot;$(InputDir)\configure.exe&quot;"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release-Auto|Win32"
- OutputDirectory="..\bin\release\bin"
- IntermediateDirectory="Release-Auto"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="4"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="ws2_32.lib mswsock.lib"
- OutputFile="$(OutDir)/inspircd.exe"
- LinkIncremental="1"
- GenerateDebugInformation="TRUE"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="@echo off
-echo Compiling Command Modules...
-cd $(InputDir)
-cd ..\src
-mkdir release
-IF NOT EXIST &quot;..\bin\release\lib\cmd_admin.so&quot; nmake -f commands.mak
-move *.so ..\bin\release\lib
-move *.pdb ..\bin\release\lib
-move *.lib ..\bin\release\lib
-del *.exp
-del *.ilk
-echo Compiling Modules...
-cd modules
-mkdir release
-IF NOT EXIST &quot;..\..\bin\release\modules\m_alias.so&quot; nmake -f modules.mak
-move *.so ..\..\bin\release\modules
-move *.pdb ..\..\bin\release\modules
-move *.lib ..\..\bin\release\modules
-del *.exp
-del *.ilk
-"/>
- <Tool
- Name="VCPreBuildEventTool"
- Description="Running Configure...."
- CommandLine="$(InputDir)\configure.exe"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
</Configurations>
<References>
</References>