Sweden-Number/programs/wineconsole/Makefile.in

23 lines
366 B
Makefile
Raw Normal View History

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: