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:
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt b/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
index f852d061cf7..0610cf2fdbe 100644
--- a/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
+++ b/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
@@ -49,7 +49,12 @@ if(WITH_BUILDINFO)
list(APPEND SRC
../../creator/buildinfo.c
)
- add_definitions(-DBUILD_DATE)
+ add_definitions(-DBUILD_DATE="\"\""
+ -DBUILD_TIME="\"\""
+ -DBUILD_REV="\"\""
+ -DBUILD_PLATFORM="\"\""
+ -DBUILD_TYPE="\"\""
+ )
endif()
if(WITH_GAMEENGINE)