dmloader: Constify some variables.
[wine/wine-kai.git] / programs / taskmgr / Makefile.in
blobc95379c36ed802224fead716b8e0f2d30789a2d7
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = taskmgr.exe
6 APPMODE = -mwindows
7 IMPORTS = psapi shell32 comctl32 msvcrt user32 gdi32 advapi32 kernel32
8 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9 EXTRADEFS = -DNO_LIBWINE_PORT
10 MODCFLAGS = @BUILTINFLAG@
12 C_SRCS = \
13 about.c \
14 affinity.c \
15 applpage.c \
16 column.c \
17 dbgchnl.c \
18 debug.c \
19 endproc.c \
20 graph.c \
21 graphctl.c \
22 optnmenu.c \
23 perfdata.c \
24 perfpage.c \
25 priority.c \
26 proclist.c \
27 procpage.c \
28 run.c \
29 taskmgr.c \
30 trayicon.c
32 RC_SRCS = taskmgr.rc
33 RC_BINSRC = taskmgr.rc
34 RC_BINARIES = \
35 font.bmp \
36 taskmgr.ico \
37 trayicon.bmp \
38 traymask.bmp \
39 window.ico \
40 windowsm.ico
42 @MAKE_PROG_RULES@
44 @DEPENDENCIES@ # everything below this line is overwritten by make depend