[8791] Fixed problems with atomic_support.obj in x64 mode

* Place atomic_support.obj to porjtect dirs instaed bin dir
* This also fix build fail at clean solution (not need now restart build for finish).
This commit is contained in:
VladimirMangos 2009-11-08 18:15:20 +03:00
parent 1e9c672abd
commit a0141c7d2f
7 changed files with 37 additions and 37 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8790"
#define REVISION_NR "8791"
#endif // __REVISION_NR_H__