diff options
author | neonloop | 2021-05-08 21:53:19 +0000 |
---|---|---|
committer | neonloop | 2021-05-08 21:53:19 +0000 |
commit | b3c56f44c2d45e4ef6fcc706aedede56afa7c13b (patch) | |
tree | ab66db88cad6be501b0c1c3300b19faec62ed913 | |
parent | 337e4622f60e11c179ab39419e65c185b84e05e7 (diff) | |
download | hydracastlelabyrinth-b3c56f44c2d45e4ef6fcc706aedede56afa7c13b.tar.gz hydracastlelabyrinth-b3c56f44c2d45e4ef6fcc706aedede56afa7c13b.tar.bz2 hydracastlelabyrinth-b3c56f44c2d45e4ef6fcc706aedede56afa7c13b.zip |
These common libraries should be made available in the launcher
-rw-r--r-- | Makefile.trimui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.trimui b/Makefile.trimui index b35dc76..48d5c97 100644 --- a/Makefile.trimui +++ b/Makefile.trimui @@ -4,7 +4,7 @@ SDL_CFLAGS := $(shell $(SYSROOT)/usr/bin/sdl-config --cflags) SDL_LIBS := $(shell $(SYSROOT)/usr/bin/sdl-config --libs) CFLAGS = -D_SDL -DTRIMUI -O2 -mcpu=arm926ej-s -mtune=arm926ej-s -Isrc -std=c99 $(SDL_CFLAGS) -LDFLAGS = -lSDL -lm -Wl,-Bstatic -lSDL_mixer -lmad -lvorbisidec -lvorbisfile -lvorbis -logg -Wl,-Bdynamic +LDFLAGS = -lSDL -lm -lSDL_mixer -lmad -lvorbisidec -lvorbisfile -lvorbis -logg DEFINES = -Wall OUTPUT = hcl.elf |