mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Merge remote-tracking branch 'refs/remotes/origin/mingw-dev' into mingw-dev
This commit is contained in:
commit
8a9d347800
|
@ -1,4 +1,4 @@
|
||||||
CXXFLAGS = -std=c++14 -Wall -O2 -D__C4DROID__ -Iinclude
|
CXXFLAGS = -std=c++14 -Wall -O2 -D__LINUX__ -Iinclude
|
||||||
LDFLAGS =
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user