mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
cleanup config files, copyright stuff
This commit is contained in:
parent
4f06c0df56
commit
906a1d1820
14 changed files with 44 additions and 42 deletions
|
@ -4,11 +4,11 @@ CC = gcc
|
|||
CXX = g++
|
||||
AS = as
|
||||
STRIP = strip
|
||||
CFLAGS += -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wno-unused-result # -pg
|
||||
CFLAGS += -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wno-unused-result
|
||||
ASFLAGS +=
|
||||
LDFLAGS += #-pg
|
||||
LDLIBS += -L/usr/lib/x86_64-linux-gnu -lSDL-1.2 -lasound -lpng -lz -lm -ldl
|
||||
LDFLAGS += -L/usr/lib/x86_64-linux-gnu
|
||||
LDLIBS += -lSDL-1.2 -lasound -lpng -lz -lm -ldl
|
||||
|
||||
ARCH = x86_64
|
||||
PLATFORM = generic
|
||||
SOUND_DRIVERS = oss alsa sdl
|
||||
SOUND_DRIVERS = oss alsa sdl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue