commit | d8e93dc9da2573e499ae1d086770183df028b490 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Thu Jul 28 22:13:40 2011 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Thu Jul 28 22:13:40 2011 +0000 |
tree | 8ff81e2af89dedac9318ad8113e3e06dab21bb6d | |
parent | 883f2d69ef603fa3b33cd93dde29d5b4d6ca9231 [diff] [blame] |
Include build date/time and bitness in the About dialog git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4609 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/CMakeLists.txt b/CMakeLists.txt index e67feb4..3a3b23a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -63,6 +63,7 @@ endif() message(STATUS "VERSION = ${VERSION}, BUILD = ${BUILD}") +add_definitions(-D__BUILD__="${BUILD}") if(NOT DEFINED BUILD_WINVNC) if(MSVC)