[12771] Fixed possible path mismatch on UNIX system in vmap extractor

also initialized work for clang compiler
This commit is contained in:
sanctum32 2013-12-30 23:15:54 +02:00 committed by Antz
parent 5b69c5ba98
commit 6dbe82b20a
4 changed files with 12 additions and 15 deletions

@ -1 +1 @@
Subproject commit c0b82a9b0637a9f510c0164df3c6173420ef73b9
Subproject commit d6f85bdd312ca4704c7ad45dd35ebecfef54c313

View file

@ -42,6 +42,7 @@
#define COMPILER_GNU 1
#define COMPILER_BORLAND 2
#define COMPILER_INTEL 3
#define COMPILER_CLANG 4
#ifdef _MSC_VER
# define COMPILER COMPILER_MICROSOFT

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12770"
#define REVISION_NR "12771"
#endif // __REVISION_NR_H__