Add FullSkeleton example

This commit is contained in:
flithm 2007-08-29 11:24:39 +00:00
commit c315c3f0d3
75 changed files with 4452 additions and 0 deletions

View file

@ -0,0 +1,11 @@
static const char [] PACKAGE = "${APPLICATION_NAME}";
static const char [] VERSION = "${APPLICATION_VERSION}";
static const char [] PREFIX = "${CMAKE_INSTALL_PREFIX}";
static const char [] LOCALEDIR = "${LOCALE_INSTALL_DIR}";
static const char [] DATADIR = "${SHARE_INSTALL_PREFIX}";
static const char [] LIBDIR = "${LIB_INSTALL_DIR}";
static const char [] PLUGINDIR = "${PLUGIN_INSTALL_DIR}";
static const char [] SYSCONFDIR = "${SYSCONF_INSTALL_DIR}";
static const char [] RENDERER_X11 = "${BUILD_RENDERER_X11}";
static const char [] RENDERER_WIN = "${BUILD_RENDERER_WIN}";