Create samples

This commit is contained in:
twinaphex 2016-09-28 12:44:41 +02:00
parent 4711937c9c
commit efdee89d09
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,7 @@
TARGET := rpng
LIBRETRO_PNG_DIR := ..
CORE_DIR := .
LIBRETRO_PNG_DIR := ../../../formats/png
LIBRETRO_COMM_DIR := ../../..
HAVE_IMLIB2=1
@ -13,9 +14,11 @@ LDFLAGS += -lImlib2
endif
SOURCES_C := \
rpng_test.c \
$(CORE_DIR)/rpng_test.c \
$(LIBRETRO_PNG_DIR)/rpng.c \
$(LIBRETRO_PNG_DIR)/rpng_encode.c \
$(LIBRETRO_COMM_DIR)/encodings/encoding_crc32.c \
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c \
$(LIBRETRO_COMM_DIR)/file/nbio/nbio_stdio.c \
$(LIBRETRO_COMM_DIR)/file/archive_file.c \

View File

@ -5,7 +5,7 @@ RARCH_DIR := ../../../..
HAVE_NEON := 1
HAVE_LOGGER := 0
HAVE_VULKAN := 1
HAVE_VULKAN := 0
INCFLAGS :=
DEFINES :=