From 184ea9ba501adf04b9b352760774fde268c0cc7f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 14 May 2011 20:11:26 +0000 Subject: Convert build system to using the PROGRAM_PREFIX system used on raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336 --- codeblocks/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'codeblocks') 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 -- cgit v1.2.3