]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircdVC71.vcproj
Update descriptions
[user/henk/code/inspircd.git] / win / inspircdVC71.vcproj
index b6c64641ed093da0e9ae35efeea8eaa8118524ba..107cb50368f89aded0e569721aad28198b2d0783 100644 (file)
@@ -74,6 +74,7 @@
                                Name="VCCLCompilerTool"\r
                                AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"\r
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"\r
+                               MinimalRebuild="TRUE"\r
                                RuntimeLibrary="0"\r
                                UsePrecompiledHeader="0"\r
                                WarningLevel="3"\r
                        <Tool\r
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
                </Configuration>\r
-               <Configuration\r
-                       Name="Debug-Auto|Win32"\r
-                       OutputDirectory="..\bin\debug\bin"\r
-                       IntermediateDirectory="Debug-Auto"\r
-                       ConfigurationType="1"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"\r
-                               PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"\r
-                               MinimalRebuild="TRUE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="5"\r
-                               UsePrecompiledHeader="0"\r
-                               WarningLevel="3"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="3"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalDependencies="ws2_32.lib mswsock.lib"\r
-                               ShowProgress="0"\r
-                               OutputFile="$(OutDir)/inspircd.exe"\r
-                               LinkIncremental="1"\r
-                               IgnoreDefaultLibraryNames=""\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile="$(OutDir)/inspircd.pdb"\r
-                               SubSystem="1"\r
-                               TargetMachine="1"\r
-                               FixedBaseAddress="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="@echo off\r
-echo Compiling Command Modules...\r
-cd $(InputDir)\r
-cd ..\src\r
-mkdir Debug\r
-IF NOT EXIST &quot;..\bin\debug\lib\cmd_admin.so&quot; nmake -f commands.mak\r
-move *.so ..\bin\debug\lib\r
-move *.pdb ..\bin\debug\lib\r
-move *.lib ..\bin\debug\lib\r
-del *.exp\r
-del *.ilk\r
-echo Compiling Modules...\r
-cd modules\r
-mkdir Debug\r
-IF NOT EXIST &quot;..\..\bin\debug\modules\m_alias.so&quot; nmake -f modules.mak\r
-move *.so ..\..\bin\debug\modules\r
-move *.pdb ..\..\bin\debug\modules\r
-move *.lib ..\..\bin\debug\modules\r
-del *.exp\r
-del *.ilk\r
-"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"\r
-                               Description="Running Configure...."\r
-                               CommandLine="&quot;$(InputDir)\configure.exe&quot;"\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Release-Auto|Win32"\r
-                       OutputDirectory="..\bin\release\bin"\r
-                       IntermediateDirectory="Release-Auto"\r
-                       ConfigurationType="1"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"\r
-                               PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"\r
-                               RuntimeLibrary="4"\r
-                               UsePrecompiledHeader="0"\r
-                               WarningLevel="3"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="3"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalDependencies="ws2_32.lib mswsock.lib"\r
-                               OutputFile="$(OutDir)/inspircd.exe"\r
-                               LinkIncremental="1"\r
-                               GenerateDebugInformation="TRUE"\r
-                               SubSystem="1"\r
-                               OptimizeReferences="2"\r
-                               EnableCOMDATFolding="2"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="@echo off\r
-echo Compiling Command Modules...\r
-cd $(InputDir)\r
-cd ..\src\r
-mkdir release\r
-IF NOT EXIST &quot;..\bin\release\lib\cmd_admin.so&quot; nmake -f commands.mak\r
-move *.so ..\bin\release\lib\r
-move *.pdb ..\bin\release\lib\r
-move *.lib ..\bin\release\lib\r
-del *.exp\r
-del *.ilk\r
-echo Compiling Modules...\r
-cd modules\r
-mkdir release\r
-IF NOT EXIST &quot;..\..\bin\release\modules\m_alias.so&quot; nmake -f modules.mak\r
-move *.so ..\..\bin\release\modules\r
-move *.pdb ..\..\bin\release\modules\r
-move *.lib ..\..\bin\release\modules\r
-del *.exp\r
-del *.ilk\r
-"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"\r
-                               Description="Running Configure...."\r
-                               CommandLine="$(InputDir)\configure.exe"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
        </Configurations>\r
        <References>\r
        </References>\r