aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config.inc.in
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-06 09:59:51 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-06 09:59:51 +0000
commite0f79449eedac343fbac90b72b7a6792e8e940e9 (patch)
tree9a6b4a1d9e92c355593272f454db71a19f6fbdb4 /Game/Code/config.inc.in
parent6fb575e34735f50f68f31cff7159b2bbd6019f40 (diff)
downloadusdx-e0f79449eedac343fbac90b72b7a6792e8e940e9.tar.gz
usdx-e0f79449eedac343fbac90b72b7a6792e8e940e9.tar.xz
usdx-e0f79449eedac343fbac90b72b7a6792e8e940e9.zip
fixed the configure stuff though it needs some further adjustments
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@835 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/config.inc.in')
-rw-r--r--Game/Code/config.inc.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/Game/Code/config.inc.in b/Game/Code/config.inc.in
index a0bece8a..a51ce23b 100644
--- a/Game/Code/config.inc.in
+++ b/Game/Code/config.inc.in
@@ -1,5 +1,6 @@
{*****************************************************************
* Configuration file for @PACKAGE_NAME@ @PACKAGE_VERSION@
+ * @configure_input@
*****************************************************************}
{* Misc options *}
@@ -8,9 +9,12 @@
{* Paths *}
-PathSuffix : WideString = '@suffix@';
-LogPath : WideString = '@logrootdir@/'+USDXPathSuffix+'/';
-SharedPath : WideString = '@datarootdir@/'+USDXPathSuffix+'/';
+{$@DEFINE_USE_LOCAL_DIRS@ UseLocalDirs}
+{$IF not Defined(UseLocalDirs) and Defined(IncludeConstants)}
+ PathSuffix = WideString('@suffix@');
+ LogPath = WideString('@logrootdir@/'+PathSuffix);
+ SharedPath = WideString('@sharerootdir@/'+PathSuffix);
+{$IFEND}
{* Libraries *}