Skip to content

Commit

Permalink
[c12922] Restore mmap extractor build with CMake by adding preprocessor
Browse files Browse the repository at this point in the history
Based on [c12899] by @cyberium

(based on commit [12724] - a934f45)

Signed-off-by: Xfurry <xfurry@scriptdev2.com>
  • Loading branch information
cala authored and xfurry committed Sep 8, 2014
1 parent e2d6620 commit 86b9a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/mmap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cmake_minimum_required (VERSION 2.6)
project( MoveMapGen )

ADD_DEFINITIONS(-DMMAP_GENERATOR -DNO_CORE_FUNCS -DDEBUG)
ADD_DEFINITIONS(-DDT_POLYREF64)

# zlib
ADD_DEFINITIONS( -DNO_vsnprintf )
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12921"
#define REVISION_NR "12922"
#endif // __REVISION_NR_H__

0 comments on commit 86b9a8e

Please sign in to comment.