msvcp60: Fixed vtables in IO classes.
[wine] / programs / wineconsole / Makefile.in
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 PO_SRCS = wineconsole.rc
15
16 MANPAGE = wineconsole.man
17
18 @MAKE_PROG_RULES@