wineconsole: Fixed a wrong word in message.
[wine/multimedia.git] / programs / taskmgr / Makefile.in
blobf0b1606a7420484ab43621b03e34efebf4cdb440
1 MODULE = taskmgr.exe
2 APPMODE = -mwindows -mno-cygwin
3 IMPORTS = psapi shell32 comctl32 user32 gdi32 advapi32
4 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 EXTRADEFS = -DNO_LIBWINE_PORT
6 MODCFLAGS = @BUILTINFLAG@
8 C_SRCS = \
9 about.c \
10 affinity.c \
11 applpage.c \
12 column.c \
13 dbgchnl.c \
14 debug.c \
15 endproc.c \
16 graph.c \
17 graphctl.c \
18 optnmenu.c \
19 perfdata.c \
20 perfpage.c \
21 priority.c \
22 proclist.c \
23 procpage.c \
24 run.c \
25 taskmgr.c \
26 trayicon.c
28 RC_SRCS = taskmgr.rc
29 PO_SRCS = taskmgr.rc
31 SVG_SRCS = \
32 taskmgr.svg
34 @MAKE_PROG_RULES@