Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-07-19 23:36:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-19 23:36:56 +0400
commit4e9171e6f6f3b09d2faa50f790d2abff51082ea7 (patch)
tree6b9442c25ff2ae7cec7439387962814a9f3c1477 /extern/binreloc
parent62ffb81316bbae1c1bf286d72e729f623004a0b8 (diff)
binreloc wasnt working with cmake.
Diffstat (limited to 'extern/binreloc')
-rw-r--r--extern/binreloc/CMakeLists.txt4
-rw-r--r--extern/binreloc/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/extern/binreloc/CMakeLists.txt b/extern/binreloc/CMakeLists.txt
index 78dc65d8112..7bdc93fc978 100644
--- a/extern/binreloc/CMakeLists.txt
+++ b/extern/binreloc/CMakeLists.txt
@@ -18,8 +18,8 @@
# All rights reserved.
#
-SET(INC ./include ${WINTAB_INC})
-ADD_DEFINITIONS(-DWITH_BINRELOC)
+SET(INC ./include )
+ADD_DEFINITIONS(-DENABLE_BINRELOC)
FILE(GLOB SRC *.c)
BLENDERLIB(extern_binreloc "${SRC}" "${INC}")
diff --git a/extern/binreloc/Makefile b/extern/binreloc/Makefile
index d303ab3afcc..21343ab4803 100644
--- a/extern/binreloc/Makefile
+++ b/extern/binreloc/Makefile
@@ -27,7 +27,7 @@ DIR = $(OCGDIR)/extern/$(LIBNAME)
include nan_definitions.mk
-CPPFLAGS += -I./include
+CPPFLAGS += -DENABLE_BINRELOC -I./include
include nan_compile.mk