From eef1faa7ff63d1b2b36e5efe48c87c4469d21550 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Mon, 26 Oct 2009 08:54:39 +0300 Subject: [PATCH] [8737] Restore some some VC80 build modes work after TBB lib add. * Hide TBB libs in lib dirs in simialr way as hide ACE libs. * Avoid use broken lib/*_debug_nppch dirs, and restore use debug version for debug_nopch mode * Avoid unexpected creating .tlb fiel in bin subdirs * Restore 0.15-dev as current developed release version in mangosd. * Set to correct values debug_nopch mode fields in tbb.vcproj Note: VC90 fixes will be in next commit. --- dep/lib/win32_debug/.gitignore | 1 + dep/lib/win32_release/.gitignore | 1 + dep/lib/x64_Debug/.gitignore | 1 + dep/lib/x64_release/.gitignore | 1 + src/shared/revision_nr.h | 2 +- win/VC80/ACE_vc8.vcproj | 46 +++++++------- win/VC80/mangosd.vcproj | 14 ++-- win/VC80/realmd.vcproj | 2 +- win/VC80/tbb.vcproj | 106 +++++++++++++++---------------- win/VC80/tbbmalloc.vcproj | 8 +-- win/mangosdVC80.sln | 4 +- 11 files changed, 95 insertions(+), 91 deletions(-) diff --git a/dep/lib/win32_debug/.gitignore b/dep/lib/win32_debug/.gitignore index ae0b42bd7..bf1241d78 100644 --- a/dep/lib/win32_debug/.gitignore +++ b/dep/lib/win32_debug/.gitignore @@ -12,3 +12,4 @@ ACE* ADE* +tbb* diff --git a/dep/lib/win32_release/.gitignore b/dep/lib/win32_release/.gitignore index ae0b42bd7..bf1241d78 100644 --- a/dep/lib/win32_release/.gitignore +++ b/dep/lib/win32_release/.gitignore @@ -12,3 +12,4 @@ ACE* ADE* +tbb* diff --git a/dep/lib/x64_Debug/.gitignore b/dep/lib/x64_Debug/.gitignore index ae0b42bd7..bf1241d78 100644 --- a/dep/lib/x64_Debug/.gitignore +++ b/dep/lib/x64_Debug/.gitignore @@ -12,3 +12,4 @@ ACE* ADE* +tbb* diff --git a/dep/lib/x64_release/.gitignore b/dep/lib/x64_release/.gitignore index ae0b42bd7..bf1241d78 100644 --- a/dep/lib/x64_release/.gitignore +++ b/dep/lib/x64_release/.gitignore @@ -12,3 +12,4 @@ ACE* ADE* +tbb* diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7ab52c7f1..cce49b22e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8736" + #define REVISION_NR "8737" #endif // __REVISION_NR_H__ diff --git a/win/VC80/ACE_vc8.vcproj b/win/VC80/ACE_vc8.vcproj index b2a3930aa..8cd57f22c 100644 --- a/win/VC80/ACE_vc8.vcproj +++ b/win/VC80/ACE_vc8.vcproj @@ -1,7 +1,7 @@ - - - - - - + + + + + + @@ -403,7 +403,7 @@ @@ -487,7 +487,7 @@ - - - - - - - - - - - - - - - - - @@ -631,6 +585,52 @@ /> + + + + + + + + + + + + + + + + + diff --git a/win/VC80/tbbmalloc.vcproj b/win/VC80/tbbmalloc.vcproj index 1a890c291..4a2e2402b 100644 --- a/win/VC80/tbbmalloc.vcproj +++ b/win/VC80/tbbmalloc.vcproj @@ -364,7 +364,7 @@