mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 22:10:59 +00:00
- Support für SUN Solaris ist raus
- -DOPENGL ist tot
This commit is contained in:
parent
6b265935f9
commit
3456cf24cf
2 changed files with 1 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -75,7 +75,7 @@ CFLAGS_DEDICATED_SERVER += -DDEDICATED_ONLY -Werror
|
|||
# OpenGL refresher
|
||||
CFLAGS_OPENGL = $(CFLAGS_BASE)
|
||||
CFLAGS_OPENGL += -I/usr/include -I/usr/local/include -I/usr/X11R6/include
|
||||
CFLAGS_OPENGL += -DOPENGL -DBROKEN_GL -fPIC -Werror
|
||||
CFLAGS_OPENGL += -DBROKEN_GL -fPIC -Werror
|
||||
|
||||
# ----------
|
||||
|
||||
|
|
|
@ -39,15 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define CPUSTRING "Unknown"
|
||||
#endif
|
||||
|
||||
#if defined __sun__
|
||||
#define BUILDSTRING "Solaris"
|
||||
#ifdef __i386__
|
||||
#define CPUSTRING "i386"
|
||||
#else
|
||||
#define CPUSTRING "sparc"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//============================================================================
|
||||
|
||||
typedef struct sizebuf_s
|
||||
|
|
Loading…
Reference in a new issue