28 lines
355 B
Makefile
28 lines
355 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = win32
|
|
|
|
C_SRCS = \
|
|
code_page.c \
|
|
console.c \
|
|
device.c \
|
|
error.c \
|
|
except.c \
|
|
file.c \
|
|
init.c \
|
|
kernel32.c \
|
|
newfns.c \
|
|
ordinals.c \
|
|
process.c \
|
|
struct32.c \
|
|
time.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|