Strip out SDL from the build process

release
slava 2006-03-13 03:46:50 +00:00
parent de8dde07f7
commit 1f63f15ade
2 changed files with 0 additions and 11 deletions

View File

@ -69,7 +69,6 @@ default:
@echo "linux"
@echo "linux-ppc"
@echo "macosx"
@echo "macosx-sdl -- if you wish to use the Factor GUI on Mac OS X"
@echo "solaris"
@echo "windows"
@echo ""
@ -91,12 +90,6 @@ macosx:
LIBS="$(DEFAULT_LIBS) -framework Cocoa -framework OpenGL" \
MACOSX=y
macosx-sdl:
$(MAKE) $(BINARY) \
CFLAGS="$(DEFAULT_CFLAGS) -DFACTOR_SDL" \
LIBS="$(DEFAULT_LIBS) -lSDL -lSDLmain -framework Cocoa -framework OpenGL" \
MACOSX=y
linux linux-x86 linux-amd64:
$(MAKE) $(BINARY) \
CFLAGS="$(DEFAULT_CFLAGS) -export-dynamic" \

View File

@ -89,10 +89,6 @@ CELL executing;
#include <string.h>
#include <time.h>
#ifdef FACTOR_SDL
#include "SDL/SDL.h"
#endif
#include <sys/param.h>
#ifdef WIN32