From 1f63f15ade2e2b10850c35dc8c065d91402beb87 Mon Sep 17 00:00:00 2001 From: slava Date: Mon, 13 Mar 2006 03:46:50 +0000 Subject: [PATCH] Strip out SDL from the build process --- Makefile | 7 ------- native/factor.h | 4 ---- 2 files changed, 11 deletions(-) diff --git a/Makefile b/Makefile index 42e5d6e47f..ba70a64a73 100644 --- a/Makefile +++ b/Makefile @@ -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" \ diff --git a/native/factor.h b/native/factor.h index cb3a5c17b7..32851b83d3 100644 --- a/native/factor.h +++ b/native/factor.h @@ -89,10 +89,6 @@ CELL executing; #include #include -#ifdef FACTOR_SDL -#include "SDL/SDL.h" -#endif - #include #ifdef WIN32