mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Fix makefile
This commit is contained in:
parent
7cecae5695
commit
e45502d3a5
|
@ -1,9 +1,9 @@
|
|||
CXXFLAGS = -std=c++14 -Wall -O2 -D__LINUX__ -Iinclude
|
||||
CXXFLAGS = -std=c++14 -Wall -O2 -s -D__LINUX__ -Iinclude
|
||||
LDFLAGS =
|
||||
LDLIBS = -lstdc++ -lSDL2_image -lSDL2_net -lSDL2_ttf -lSDL2_mixer -lSDL2_test -lSDL2 -shared
|
||||
LDLIBS = -lstdc++ -lSDL2_image -lSDL2_net -lSDL2_ttf -lSDL2_mixer -lSDL2_test -lSDL2 -shared -fPIC
|
||||
|
||||
PROG = program_name
|
||||
OBJS = MiniEngine.o MiniEngine_Android.o MiniEngine_Event.o MiniEngine_Widget.o sqlite/sqlite3.o MiniEngine_SQLite.o
|
||||
OBJS = MiniEngine.o MiniEngine_Event.o MiniEngine_Widget.o sqlite/sqlite3.o MiniEngine_SQLite.o
|
||||
|
||||
all: $(PROG)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user