[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.
This commit is contained in:
VladimirMangos 2009-10-26 08:54:39 +03:00
parent b0ea8848a5
commit eef1faa7ff
11 changed files with 95 additions and 91 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8736"
#define REVISION_NR "8737"
#endif // __REVISION_NR_H__