X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=da479a447fabfb9b51eac29568089292ee5817eb;hp=b3a18b5e8376783f38f370f7d6a6201ae2cdd656;hb=501680c0c919ce15ff8c33f46445659d4a534c35;hpb=7ec00ca486910f4bbacf11171e67ef50979f155d diff --git a/src/Makefile b/src/Makefile index b3a18b5e..da479a44 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,11 +48,6 @@ EDITION ?= default # configuring platform # ----------------------------------------------------------------------------- -ifeq ($(PLATFORM),macosx) # compiling on Mac OS X -EXTRA_LDFLAGS = -lstdc++ -override PLATFORM = unix -endif - ifeq ($(PLATFORM),unix) # compiling on Unix/Linux (generic) PROFILING_FLAGS = -pg endif @@ -78,10 +73,6 @@ endif # $(info Using SDL version $(SDL_VERSION) [TARGET == $(TARGET)]) -ifeq ($(TARGET),sdl) # compiling for SDL target - $(error SDL library version 1.2 not supported anymore) -endif - ifeq ($(TARGET),sdl2) # compiling for SDL2 target SYS_CFLAGS = -DTARGET_SDL2 $(shell sdl2-config --cflags) SDL_LIBS = -lSDL2_image -lSDL2_mixer -lSDL2_net