mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
(rpng) Add nbio_stdio.c to test Makefile
This commit is contained in:
parent
a3c5142040
commit
102c815db1
@ -1,6 +1,6 @@
|
|||||||
TARGET := rpng
|
TARGET := rpng
|
||||||
|
|
||||||
SOURCES := rpng.c rpng_test.c
|
SOURCES := rpng.c rpng_test.c ../../file/nbio/nbio_stdio.c
|
||||||
OBJS := $(SOURCES:.c=.o)
|
OBJS := $(SOURCES:.c=.o)
|
||||||
|
|
||||||
CFLAGS += -Wall -pedantic -std=gnu99 -O0 -g -DHAVE_ZLIB -DHAVE_ZLIB_DEFLATE -DRPNG_TEST -I../../include
|
CFLAGS += -Wall -pedantic -std=gnu99 -O0 -g -DHAVE_ZLIB -DHAVE_ZLIB_DEFLATE -DRPNG_TEST -I../../include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user