Makefile.in 431 Bytes
EXTRADEFS = -DUNICODE
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = wineconsole.exe
APPMODE   = -mwindows
IMPORTS   = advapi32 kernel32 ntdll
DELAYIMPORTS = comctl32 user32 gdi32

C_SRCS = \
	curses.c \
	dialog.c \
	registry.c \
	user.c \
	wineconsole.c

RC_SRCS = wineconsole_res.rc

@MAKE_PROG_RULES@


@DEPENDENCIES@  # everything below this line is overwritten by make depend