diff options
Diffstat (limited to 'lure/module.mk')
-rw-r--r-- | lure/module.mk | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/lure/module.mk b/lure/module.mk deleted file mode 100644 index da1025ee6a..0000000000 --- a/lure/module.mk +++ /dev/null @@ -1,36 +0,0 @@ -MODULE := lure - -MODULE_OBJS := \ - lure/animseq.o \ - lure/debug-input.o \ - lure/debug-methods.o \ - lure/decode.o \ - lure/disk.o \ - lure/events.o \ - lure/game.o \ - lure/hotspots.o \ - lure/intro.o \ - lure/lure.o \ - lure/memory.o \ - lure/menu.o \ - lure/palette.o \ - lure/res.o \ - lure/res_struct.o \ - lure/room.o \ - lure/screen.o \ - lure/scripts.o \ - lure/strings.o \ - lure/surface.o \ - lure/system.o - -MODULE_DIRS += \ - lure - -# This module can be built as a plugin -ifdef BUILD_PLUGINS -PLUGIN := 1 -endif - -# Include common rules -include $(srcdir)/common.rules - |