mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
407aee486d
- adopted more common dir code from scummvm for easier multi platform support - synced some changes from scummvm code
13 lines
235 B
Makefile
13 lines
235 B
Makefile
MODULE := engine/backend/sdl
|
|
|
|
MODULE_OBJS := \
|
|
driver_gl.o \
|
|
driver_sdl.o \
|
|
driver_tinygl.o
|
|
|
|
MODULE_DIRS += \
|
|
engine/backend/sdl/
|
|
|
|
# We don't use the rules.mk here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|