X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=0dad3f3d1736052ae23dc01a92c028db28fd65d3;hb=9dcf51eadcd8fb8e1ba937b6a8db76096cc09b05;hp=17615f9017d8ba7bc57e3dd235d7b6fc74b647e1;hpb=0e5a0f487acaed09a34c655b83ea637c83f4a0f0;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index 17615f90..0dad3f3d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,12 +35,14 @@ EXTRA_LIBS = -lnsl -lsocket -R$(XLIB_PATH) endif USE_SDL = true -USE_SDL_OLD_LIBS = true +# USE_SDL = false +# USE_SDL_OLD_LIBS = true +USE_SDL_OLD_LIBS = false ifeq ($(USE_SDL_OLD_LIBS),true) -SDL_EXTRA_LIBS = -lIMG +SDL_EXTRA_LIBS = -lIMG -lmixer else -SDL_EXTRA_LIBS = -lSDL_image +SDL_EXTRA_LIBS = -lSDL_image -lSDL_mixer endif SDL_CFLAGS := -DUSE_SDL_LIBRARY $(shell sdl-config --cflags)