mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
13 lines
467 B
PHP
13 lines
467 B
PHP
# This file is imbedded near the top of every ToolTalk Imakefile.
|
|
# It contains definitions and redefinitions that are common to all
|
|
# of ToolTalk but which aren't referred to anywhere else in the
|
|
# build.
|
|
|
|
# It should match tooltalk.tmpl in terms of definitions...
|
|
|
|
# TT_VERSION defines the version string which is imbedded in all the
|
|
# binaries and shipped libraries.
|
|
|
|
TT_VERSION = "CDE Version 2.4.0a"
|
|
TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"
|
|
|