Reorganized externa library dependencies
- Added external directory - Moved capsimg submodule into external, updated references - Moved guisan into external, updated references - Added libxml2 into external, updated Android.mk references - Added libmpeg2 into external (not used yet)
This commit is contained in:
parent
2ac947bc27
commit
e12f430bd0
136 changed files with 277 additions and 265 deletions
6
Makefile
6
Makefile
|
@ -174,8 +174,8 @@ all: guisan $(PROG)
|
|||
export SDL_CFLAGS := $(shell sdl2-config --cflags)
|
||||
export SDL_LDFLAGS := $(shell sdl2-config --libs)
|
||||
|
||||
CPPFLAGS += $(SDL_CFLAGS) -Iguisan-dev/include
|
||||
LDFLAGS += $(SDL_LDFLAGS) -lSDL2_image -lSDL2_ttf -lguisan -Lguisan-dev/lib
|
||||
CPPFLAGS += $(SDL_CFLAGS) -Iexterna/libguisan/include
|
||||
LDFLAGS += $(SDL_LDFLAGS) -lSDL2_image -lSDL2_ttf -lguisan -Lexternal/libguisan/lib
|
||||
|
||||
#
|
||||
# Common options
|
||||
|
@ -437,6 +437,6 @@ bootrom:
|
|||
touch src/filesys.cpp
|
||||
|
||||
guisan:
|
||||
$(MAKE) -C guisan-dev
|
||||
$(MAKE) -C external/libguisan
|
||||
|
||||
-include $(DEPS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue