fix for buildinfo changes with blenderplayer

This commit is contained in:
Campbell Barton
2011-08-22 19:13:26 +00:00
parent e39cb8a040
commit c33e0c053a

View File

@@ -49,7 +49,12 @@ if(WITH_BUILDINFO)
list(APPEND SRC list(APPEND SRC
../../creator/buildinfo.c ../../creator/buildinfo.c
) )
add_definitions(-DBUILD_DATE) add_definitions(-DBUILD_DATE="\"\""
-DBUILD_TIME="\"\""
-DBUILD_REV="\"\""
-DBUILD_PLATFORM="\"\""
-DBUILD_TYPE="\"\""
)
endif() endif()
if(WITH_GAMEENGINE) if(WITH_GAMEENGINE)