mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 03:24:50 +00:00
HDB: Add module.mk and configure.engine
This commit is contained in:
parent
dde41f1432
commit
8dbc02f71d
3
engines/hdb/configure.engine
Normal file
3
engines/hdb/configure.engine
Normal file
@ -0,0 +1,3 @@
|
||||
# This file is included from the main "configure" script
|
||||
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
||||
add_engine hdb "Hyperspace Delivery Boy" yes
|
13
engines/hdb/module.mk
Normal file
13
engines/hdb/module.mk
Normal file
@ -0,0 +1,13 @@
|
||||
MODULE := engines/hdb
|
||||
|
||||
MODULE_OBJS := \
|
||||
detection.o \
|
||||
hdb.o
|
||||
|
||||
# This module can be built as a plugin
|
||||
ifeq ($(ENABLE_HDB), DYNAMIC_PLUGIN)
|
||||
PLUGIN := 1
|
||||
endif
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
Loading…
x
Reference in New Issue
Block a user