wine/programs/wineconsole/Makefile.in
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00

23 lines
366 B
Makefile

EXTRADEFS = -DUNICODE
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineconsole
IMPORTS = gdi32.dll user32.dll advapi32.dll kernel32.dll ntdll.dll
DELAYIMPORTS = comctl32
C_SRCS = \
dialog.c \
registry.c \
user.c \
wineconsole.c
RC_SRCS = \
wineconsole_res.rc
@MAKE_PROG_RULES@
### Dependencies: