diff options
author | John van Groningen | 2005-03-16 14:12:25 +0000 |
---|---|---|
committer | John van Groningen | 2005-03-16 14:12:25 +0000 |
commit | 87fe39c2f6ffe5e056cdd3caceb0fbee47a0c88b (patch) | |
tree | 5fb97161c60e76bddd98b6364b838d48f0daa8eb | |
parent | codegenerator makefile for cygwin (diff) |
remove test for PROJECT_BUILDER
-rw-r--r-- | MAIN_CLM.d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -#if (defined (__MWERKS__) || defined (__MRC__) || defined (PROJECT_BUILDER)) && !defined (MAKE_MPW_TOOL) +#if (defined (__MWERKS__) || defined (__MRC__)) && !defined (MAKE_MPW_TOOL) # define MAIN_CLM #endif |