aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/module.mk
blob: 1fdd471669c476d9c2fcd80607972ff525433e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
MODULE := engines/pegasus

MODULE_OBJS = \
	console.o \
	credits.o \
	detection.o \
	graphics.o \
	menu.o \
	overview.o \
	pegasus.o \
	video.o \
	Game_Shell/CGameState.o \
	Game_Shell/CInventory.o \
	Game_Shell/CItem.o \
	Game_Shell/CItemList.o \
	MMShell/Base_Classes/MMFunctionPtr.o \
	MMShell/Sounds/MMSound.o \
	MMShell/Utilities/MMResourceFile.o \
	MMShell/Utilities/MMUtilities.o


# This module can be built as a plugin
ifeq ($(ENABLE_PEGASUS), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

# Include common rules
include $(srcdir)/rules.mk