binreloc include was wrong for make, removed last YESIAMSTUPID

This commit is contained in:
Campbell Barton 2008-09-25 08:41:11 +00:00
parent 718e2bf74f
commit 6d7fe87767
2 changed files with 1 additions and 9 deletions

@ -54,10 +54,6 @@ IF(LINUX)
INCLUDE_DIRECTORIES(${BINRELOC_INC})
endif(LINUX)
IF(YESIAMSTUPID)
ADD_DEFINITIONS(-DYESIAMSTUPID)
ENDIF(YESIAMSTUPID)
MESSAGE(STATUS "Configuring blender")
ADD_CUSTOM_COMMAND(

@ -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)