blob: 42c69a40cb3d50f7a266100e0b4b8bf242a00fe8 [file] [log] [blame]
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = win32
C_SRCS = \
console.c \
device.c \
except.c \
file.c \
init.c \
kernel32.c \
newfns.c \
time.c
all: $(MODULE).o
@MAKE_RULES@
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
$(LDCOMBINE) $(OBJS) -o $@
### Dependencies: