[6836] Use /bigobj option in VC80/VC90 x64 builds for game.vcproj buuld.

This will solve problems with fatal error (too many sections in ObjectMrg.obj).
This commit is contained in:
VladimirMangos 2008-11-17 17:55:58 +03:00
parent 2a3c3195b7
commit c37cfd0c2f
3 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6835"
#define REVISION_NR "6836"
#endif // __REVISION_NR_H__