mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
various small improvements and fixes
This commit is contained in:
parent
f133766faa
commit
d40a5af495
32 changed files with 372 additions and 241 deletions
|
@ -4,12 +4,12 @@ CC = mipsel-linux-gcc
|
|||
CXX = mipsel-linux-g++
|
||||
AS = mipsel-linux-as
|
||||
STRIP = mipsel-linux-strip
|
||||
CFLAGS += -I/home/build/opt/opendingux-toolchain/usr/include/
|
||||
CFLAGS += -I/home/build/opt/opendingux-toolchain/usr/include/SDL
|
||||
CFLAGS += -I${HOME}/opt/opendingux-toolchain/usr/include/
|
||||
CFLAGS += -I${HOME}/opt/opendingux-toolchain/usr/include/SDL
|
||||
CFLAGS += -D_GNU_SOURCE=1 -D_REENTRANT -Wno-unused-result -fno-stack-protector
|
||||
ASFLAGS +=
|
||||
LDFLAGS +=
|
||||
LDLIBS += -B/home/build/opt/opendingux-toolchain/usr/lib -Wl,-rpath-link=/home/build/opt/opendingux-toolchain/usr/lib -Wl,-rpath-link=/home/build/opt/opendingux-toolchain/lib -lSDL -lasound -lpng -lm -lstdc++ -ldl
|
||||
LDLIBS += -B${HOME}/opt/opendingux-toolchain/usr/lib -Wl,-rpath-link=${HOME}/opt/opendingux-toolchain/usr/lib -Wl,-rpath-link=${HOME}/opt/opendingux-toolchain/lib -lSDL -lasound -lpng -lm -lstdc++ -ldl
|
||||
|
||||
ARCH = mipsel
|
||||
PLATFORM = opendingux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue