mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 07:21:15 +00:00
Create this thing because makefile
This commit is contained in:
parent
03723118e5
commit
29b9ec0b5e
16
cores/libretro-imageviewer/Makefile
Normal file
16
cores/libretro-imageviewer/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
image_core.so:
|
||||
gcc \
|
||||
image_core.c \
|
||||
../../libretro-common/file/file_path.c \
|
||||
../../libretro-common/lists/dir_list.c \
|
||||
../../libretro-common/compat/compat_strl.c \
|
||||
../../libretro-common/compat/compat_strcasestr.c \
|
||||
../../libretro-common/lists/string_list.c \
|
||||
../../libretro-common/file/retro_dirent.c \
|
||||
-o image_core.so \
|
||||
-DHAVE_STB_IMAGE \
|
||||
-I ../../libretro-common/include/ \
|
||||
-I../../deps/stb \
|
||||
-shared \
|
||||
-fPIC \
|
||||
-lm
|
Loading…
x
Reference in New Issue
Block a user