mirror of
https://github.com/FunKey-Project/Bibi.git
synced 2026-01-27 02:04:46 +01:00
better makefile with platforms
This commit is contained in:
parent
9f5cd6c745
commit
e0bb325e42
4
Makefile
4
Makefile
@ -17,12 +17,12 @@ ifeq ($(platform), funkey)
|
||||
else
|
||||
SDL_INCLUDES = `sdl-config --cflags`
|
||||
SDL_INCLUDES += `libmikmod-config --cflags`
|
||||
SDL_LIBS = `sdl-config --libs`
|
||||
SDL_LIBS += `libmikmod-config --libs`
|
||||
endif
|
||||
|
||||
ifeq ($(platform), funkey_simulated)
|
||||
CFLAGS_EXTRA = -DFUNKEY -DHW_SCREEN_RESIZE -DSOUND_SDL_ACTIVATED
|
||||
SDL_LIBS = `sdl-config --libs`
|
||||
SDL_LIBS += `libmikmod-config --libs`
|
||||
endif
|
||||
|
||||
DEPFLAGS = $(SDL_INCLUDES)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user