Fixing makefiles for binreloc I made it use flags like other

things default on for linux.  ideasman helped me get scons working.
Cmake still needs some love...

Kent
This commit is contained in:
Kent Mein
2008-01-18 21:39:47 +00:00
parent 3df9587b40
commit 320ac3f0e2
13 changed files with 99 additions and 8 deletions

View File

@@ -42,12 +42,17 @@ INCLUDE_DIRECTORIES(../../intern/guardedalloc
../blender/makesdna
../kernel/gen_messaging
../kernel/gen_system
../../extern/binreloc/include
)
IF(WITH_QUICKTIME)
ADD_DEFINITIONS(-DWITH_QUICKTIME)
ENDIF(WITH_QUICKTIME)
IF(WITH_BINRELOC)
ADD_DEFINITIONS(-DWITH_BINRELOC)
endif(WITH_VINRELOC)
IF(YESIAMSTUPID)
ADD_DEFINITIONS(-DYESIAMSTUPID)
ENDIF(YESIAMSTUPID)