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>2008-09-25 12:41:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-09-25 12:41:11 +0400
commit6d7fe877674348a0a6a7e2edf869187369689c5e (patch)
tree3f75d25539000e13619fa19e34ac3be8a1bf4694 /source/creator/Makefile
parent718e2bf74f0ba2dcabe5bee7d88c1975ecfe9f06 (diff)
binreloc include was wrong for make, removed last YESIAMSTUPID
Diffstat (limited to 'source/creator/Makefile')
-rw-r--r--source/creator/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/creator/Makefile b/source/creator/Makefile
index 158aee1a647..9273d943883 100644
--- a/source/creator/Makefile
+++ b/source/creator/Makefile
@@ -60,11 +60,7 @@ ifeq ($(WITH_QUICKTIME), true)
endif
ifeq ($(WITH_BINRELOC), true)
- CPPFLAGS += -I$(OCGDIR)/extern/binreloc/include -DWITH_BINRELOC
-endif
-
-ifeq ($(NAN_YESIAMSTUPID), true)
- CPPFLAGS += -DYESIAMSTUPID
+ CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC
endif
CPPFLAGS += -I$(OPENGL_HEADERS)