mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[8738] Restore some some VC90 build modes work after TBB lib add.
* Avoid use broken lib/*_debug_nppch dirs, and restore use debug version for debug_nopch mode * Avoid unexpected creating .tlb file in bin subdirs * Set to correct values debug_nopch mode fields in tbb.vcproj
This commit is contained in:
parent
eef1faa7ff
commit
a22c0f05b9
6 changed files with 17 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8737"
|
||||
#define REVISION_NR "8738"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_NoPCH|Win32"
|
||||
OutputDirectory=".\tbb__$(PlatformName)_debug"
|
||||
OutputDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="0"
|
||||
|
|
@ -436,7 +436,7 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_NoPCH|x64"
|
||||
OutputDirectory=".\tbb__$(PlatformName)_debug"
|
||||
OutputDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="0"
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_NoPCH|Win32"
|
||||
OutputDirectory=".\tbbmalloc__$(PlatformName)_debug"
|
||||
OutputDirectory=".\tbbmalloc__$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory=".\tbbmalloc__$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="0"
|
||||
|
|
@ -448,7 +448,7 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_NoPCH|x64"
|
||||
OutputDirectory=".\tbbmalloc__$(PlatformName)_debug"
|
||||
OutputDirectory=".\tbbmalloc__$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory=".\tbbmalloc__$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="0"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName=".\..\..\bin\Release\mangosd.tlb"
|
||||
TypeLibraryName=".\mangosd__$(PlatformName)_$(ConfigurationName)\mangosd.tlb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
TypeLibraryName=".\..\..\bin\Release\mangosd.tlb"
|
||||
TypeLibraryName=".\mangosd__$(PlatformName)_$(ConfigurationName)\mangosd.tlb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
|
|
@ -487,7 +487,7 @@
|
|||
Version=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\framework__$(PlatformName)_$(ConfigurationName)""
|
||||
AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_debug";".\framework__$(PlatformName)_$(ConfigurationName)""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\mangosd.pdb"
|
||||
GenerateMapFile="true"
|
||||
|
|
@ -588,7 +588,7 @@
|
|||
Version=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\framework__$(PlatformName)_$(ConfigurationName)""
|
||||
AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_debug";".\framework__$(PlatformName)_$(ConfigurationName)""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\mangosd.pdb"
|
||||
GenerateMapFile="true"
|
||||
|
|
|
|||
|
|
@ -351,8 +351,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_NoPCH|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
OutputDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="0"
|
||||
>
|
||||
|
|
@ -400,7 +400,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:$(IntDir)\tbb.def"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\tbb_debug.dll"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_debug\tbb_debug.dll"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
|
@ -432,8 +432,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_NoPCH|x64"
|
||||
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
OutputDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory=".\tbb__$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="0"
|
||||
>
|
||||
|
|
@ -483,7 +483,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:$(IntDir)\tbb.def"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\tbb_debug.dll"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_debug\tbb_debug.dll"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
|
|
|||
|
|
@ -412,7 +412,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:$(IntDir)\tbbmalloc.def"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\tbbmalloc_debug.dll"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_debug\tbbmalloc_debug.dll"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
|
@ -497,7 +497,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:$(IntDir)\tbbmalloc.def"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\tbbmalloc_debug.dll"
|
||||
OutputFile="..\..\dep\lib\$(PlatformName)_debug\tbbmalloc_debug.dll"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue