Changed the Wine internal cdrom interface to the NT model.
[wine] / misc / Makefile.in
1 sysconfdir = @sysconfdir@
2 DEFS      = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ..
5 SRCDIR    = @srcdir@
6 VPATH     = @srcdir@
7 MODULE    = misc
8
9 C_SRCS = \
10         cpu.c \
11         error.c \
12         main.c \
13         options.c \
14         registry.c \
15         system.c \
16         version.c
17
18 all: $(MODULE).o
19
20 @MAKE_RULES@
21
22 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
23         $(LDCOMBINE) $(OBJS) -o $@
24
25 ### Dependencies:
26