From ce538a06943c9ee3680ecbc1a575dba1b479cb65 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Fri, 8 Jan 2010 05:51:51 +0000 Subject: Added the svn revision number to the splash screen (when buildinfo is enabled). Also fixed cmake so buildinfo works. Note to all: ** Please mention the revision number when making a bug report ** --- source/blender/editors/screen/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/screen') diff --git a/source/blender/editors/screen/CMakeLists.txt b/source/blender/editors/screen/CMakeLists.txt index ad7770e12fa..75811735d25 100644 --- a/source/blender/editors/screen/CMakeLists.txt +++ b/source/blender/editors/screen/CMakeLists.txt @@ -70,10 +70,9 @@ IF(WIN32) SET(INC ${INC} ${PTHREADS_INC}) ENDIF(WIN32) -# TODO buildinfo -IF(BF_BUILDINFO) +IF(WITH_BUILDINFO) ADD_DEFINITIONS(-DNAN_BUILDINFO) -ENDIF(BF_BUILDINFO) +ENDIF(WITH_BUILDINFO) BLENDERLIB_NOLIST(bf_editors "${SRC}" "${INC}") -- cgit v1.2.3