fix for minor errors/warnings

This commit is contained in:
Campbell Barton
2010-03-03 13:59:57 +00:00
parent ca7b6e2cd0
commit f09efddcda
7 changed files with 52 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
SET(INC ${PNG_INC} ${ZLIB_INC} extern)
SET(INC ${ZLIB_INC} extern)
FILE(GLOB SRC intern/*.cpp)

View File

@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
SET(INC ${PNG_INC} ${ZLIB_INC} intern ../../extern/bullet2/src ../memutil ../guardealloc)
SET(INC ${ZLIB_INC} intern ../../extern/bullet2/src ../memutil ../guardealloc)
FILE(GLOB SRC intern/*.cpp)