[10191] Update vmaps extractor/assembler binaries using vs2008.

* This make some ppl happy who not have installed VS2010 runtime.
* Also vmap assembler include recent fix for absend locale support,
  that ofc only affect ppl who before can't use assembler with this locales supporting client.
* Also small update for vmap extarctor project .gitignore
This commit is contained in:
VladimirMangos 2010-07-15 01:00:54 +04:00
parent bbe869b75d
commit ebe28d025b
4 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
*.opensdf
*.ncb
*.sdf
*.suo
bin

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10190"
#define REVISION_NR "10191"
#endif // __REVISION_NR_H__