no defining OGL in conf.h

This commit is contained in:
Chris Taylor 2005-02-25 13:22:44 +00:00
parent 988e188fb1
commit e100fa8a0b
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-02-25 Chris Taylor <chris@icculus.org>
* arch/carbon/conf.h, D2X.make: no defining OGL in conf.h,
allowing Mac OS 9 and X to both use conf.h but one can build for
OpenGL while the other doesn't.
2005-02-25 Bradley Bell <btb@icculus.org>
* arch/dos/digi.c, arch/dos/digiallg.c, arch/dos/digimm.c,

View file

@ -18,7 +18,7 @@ Includes =
Sym-PPC = -sym on
PPCCOptions = {Includes} -includes unix {Sym-PPC} -d HAVE_CONFIG_H -enum int -noMapCR
PPCCOptions = {Includes} -includes unix {Sym-PPC} -d HAVE_CONFIG_H -enum int -noMapCR -d OGL
### Source Files ###

View file

@ -58,7 +58,7 @@
#define NO_ASM
/* Define if you want an OpenGL build */
#define OGL
//#define OGL
/* Name of package */
#define PACKAGE "d2x"