diff options
Diffstat (limited to 'win/inspircdVC71.vcproj')
-rw-r--r-- | win/inspircdVC71.vcproj | 148 |
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 "..\bin\debug\lib\cmd_admin.so" 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 "..\..\bin\debug\modules\m_alias.so" 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=""$(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>
- <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 "..\bin\release\lib\cmd_admin.so" 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 "..\..\bin\release\modules\m_alias.so" 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>
|