summaryrefslogtreecommitdiffstatshomepage
path: root/src/ldplayer/ldplayer.mak
blob: c95644e5f888ff8efd66620463b8d2d328926b3e (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
###########################################################################
#
#   ldplayer.mak
#
#   Small makefile to build a standalone laserdisc player
#
#   Copyright Nicola Salmoria and the MAME Team.
#   Visit http://mamedev.org for licensing and usage restrictions.
#
###########################################################################


LDPSRC = $(SRC)/ldplayer
LDPOBJ = $(OBJ)/ldplayer

OBJDIRS += \
	$(LDPOBJ) \



#-------------------------------------------------
# specify required CPU cores (none)
#-------------------------------------------------



#-------------------------------------------------
# specify required sound cores
#-------------------------------------------------

SOUNDS += CUSTOM


#-------------------------------------------------
# this is the list of driver libraries that
# comprise MAME plus mamedriv.o which contains
# the list of drivers
#-------------------------------------------------

DRVLIBS = \
	$(LDPOBJ)/ldpdriv.o \
	$(LDPOBJ)/ldplayer.o \