Makefile.in 280 Bytes
Newer Older
1
MODULE    = wineconsole.exe
2
APPMODE   = -mwindows
3
IMPORTS   = advapi32
4
DELAYIMPORTS = comctl32 user32 gdi32
5 6

C_SRCS = \
7
	curses.c \
8
	dialog.c \
9
	registry.c \
10
	user.c \
11
	wineconsole.c
12

13
RC_SRCS = wineconsole.rc
14 15
PO_SRCS = wineconsole.rc

16
MANPAGE = wineconsole.man
17

18
@MAKE_PROG_RULES@