Skip to content
Snippets Groups Projects
Commit ec8b63d6 authored by James R.'s avatar James R.
Browse files

Makefile: remove last of unused flags

parent f9813844
No related branches found
No related tags found
1 merge request!1497Makefile rewrite + source code file list parity with CMake
...@@ -30,7 +30,7 @@ opts+=-I/usr/X11R6/include -DLINUX -DFREEBSD ...@@ -30,7 +30,7 @@ opts+=-I/usr/X11R6/include -DLINUX -DFREEBSD
libs+=-L/usr/X11R6/lib -lipx -lkvm libs+=-L/usr/X11R6/lib -lipx -lkvm
endif endif
# FIXME # FIXME: UNTESTED
#ifdef SOLARIS #ifdef SOLARIS
#NOIPX=1 #NOIPX=1
#NOASM=1 #NOASM=1
......
...@@ -33,10 +33,10 @@ endif ...@@ -33,10 +33,10 @@ endif
else ifdef FREEBSD else ifdef FREEBSD
UNIX=1 UNIX=1
platform=freebsd platform=freebsd
else ifdef SOLARIS # FIXME else ifdef SOLARIS # FIXME: UNTESTED
UNIX=1 UNIX=1
platform=solaris platform=solaris
else ifdef CYGWIN32 # FIXME else ifdef CYGWIN32 # FIXME: UNTESTED
nasm_format=win32 nasm_format=win32
platform=cygwin platform=cygwin
else ifdef MINGW else ifdef MINGW
......
...@@ -13,12 +13,12 @@ makedir:=$(makedir)/SDL ...@@ -13,12 +13,12 @@ makedir:=$(makedir)/SDL
sources+=$(call List,sdl/Sourcefile) sources+=$(call List,sdl/Sourcefile)
opts+=-DDIRECTFULLSCREEN -DHAVE_SDL opts+=-DDIRECTFULLSCREEN -DHAVE_SDL
# FIXME # FIXME: UNTESTED
#ifdef PANDORA #ifdef PANDORA
#include sdl/SRB2Pandora/Makefile.cfg #include sdl/SRB2Pandora/Makefile.cfg
#endif #ifdef PANDORA #endif #ifdef PANDORA
# FIXME # FIXME: UNTESTED
#ifdef CYGWIN32 #ifdef CYGWIN32
#include sdl/MakeCYG.cfg #include sdl/MakeCYG.cfg
#endif #ifdef CYGWIN32 #endif #ifdef CYGWIN32
...@@ -63,25 +63,6 @@ USEASM=1 ...@@ -63,25 +63,6 @@ USEASM=1
endif endif
endif endif
# FIXME
#ifdef SDL_TTF
# OPTS+=-DHAVE_TTF
# SDL_LDFLAGS+=-lSDL2_ttf -lfreetype -lz
# OBJS+=$(OBJDIR)/i_ttf.o
#endif
# FIXME
#ifdef SDL_IMAGE
# OPTS+=-DHAVE_IMAGE
# SDL_LDFLAGS+=-lSDL2_image
#endif
# FIXME
#ifdef SDL_NET
# OPTS+=-DHAVE_SDLNET
# SDL_LDFLAGS+=-lSDL2_net
#endif
ifdef MINGW ifdef MINGW
ifndef NOSDLMAIN ifndef NOSDLMAIN
SDLMAIN=1 SDLMAIN=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment