mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[12771] Fixed possible path mismatch on UNIX system in vmap extractor
also initialized work for clang compiler
This commit is contained in:
parent
5b69c5ba98
commit
6dbe82b20a
4 changed files with 12 additions and 15 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit c0b82a9b0637a9f510c0164df3c6173420ef73b9
|
||||
Subproject commit d6f85bdd312ca4704c7ad45dd35ebecfef54c313
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12770"
|
||||
#define REVISION_NR "12771"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue