summaryrefslogtreecommitdiff
path: root/codeblocks
diff options
context:
space:
mode:
authorSimon Howard2011-05-14 20:11:26 +0000
committerSimon Howard2011-05-14 20:11:26 +0000
commit184ea9ba501adf04b9b352760774fde268c0cc7f (patch)
treed1dd7d0b580327ad044a73fe833a81741abd77b3 /codeblocks
parent87efdfbd570fe85141ec5e8b8f5814563fcf1d4f (diff)
downloadchocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.gz
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.bz2
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.zip
Convert build system to using the PROGRAM_PREFIX system used on
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
Diffstat (limited to 'codeblocks')
-rw-r--r--codeblocks/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/codeblocks/config.h b/codeblocks/config.h
index 9026d398..75da3ba1 100644
--- a/codeblocks/config.h
+++ b/codeblocks/config.h
@@ -17,6 +17,9 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5.0"
+/* Change this when you create your awesome forked version */
+#define PROGRAM_PREFIX "chocolate-"
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1