Skip to content

Commit

Permalink
MorphOS: update stub - makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BeWorld2018 committed Jan 15, 2024
1 parent fbe1cca commit 481da98
Show file tree
Hide file tree
Showing 5 changed files with 468 additions and 1,143 deletions.
24 changes: 12 additions & 12 deletions Makefile.mos
Original file line number Diff line number Diff line change
Expand Up @@ -37,36 +37,36 @@ SOURCES = \
src/events/*.c \
src/file/*.c \
src/filesystem/morphos/*.c \
src/haptic/*.c \
src/haptic/dummy/*.c \
src/joystick/*.c \
src/joystick/morphos/*.c \
src/joystick/virtual/*.c \
src/libm/*.c \
src/loadso/dlopen/*.c
src/locale/*.c \
src/locale/morphos/*.c \
src/misc/*.c \
src/misc/morphos/*.c \
src/power/*.c \
src/power/morphos/*.c \
src/render/*.c \
src/render/software/*.c \
src/render/opengl/*.c \
src/sensor/*.c \
src/sensor/dummy/*.c \
src/stdlib/*.c \
src/thread/*.c \
src/thread/morphos/*.c \
src/thread/generic/SDL_syscond.c \
src/thread/generic/SDL_sysrwlock.c \
src/thread/generic/SDL_systls.c \
src/timer/*.c \
src/timer/morphos/*.c \
src/video/*.c \
src/video/dummy/*.c \
src/video/morphos/*.c \
src/video/yuv2rgb/*.c \
src/misc/*.c \
src/misc/morphos/*.c \
src/locale/*.c \
src/locale/morphos/*.c \
src/haptic/*.c \
src/haptic/dummy/*.c \
src/sensor/*.c \
src/sensor/dummy/*.c \
src/hidapi/*.c \
src/loadso/dlopen/*.c

src/video/yuv2rgb/*.c

CORESOURCES = src/core/morphos/*.c
COREOBJECTS = $(shell echo $(CORESOURCES) | sed -e 's,\.c,\.o,g')
Expand Down
Loading

0 comments on commit 481da98

Please sign in to comment.