Very basic stuff working on linux 32-bit with dmd and phobos2.

This commit is contained in:
Steve King 2010-08-10 21:55:30 -07:00
commit 67f0225e42
152 changed files with 113 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}";