Makefile.in 402 Bytes
Newer Older
1
MODULE    = taskmgr.exe
2
IMPORTS   = shell32 shlwapi comctl32 user32 gdi32 advapi32
3

4
EXTRADLLFLAGS = -mwindows
5

6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
C_SRCS = \
	about.c \
	affinity.c \
	applpage.c \
	column.c \
	dbgchnl.c \
	debug.c \
	endproc.c \
	graph.c \
	graphctl.c \
	optnmenu.c \
	perfdata.c \
	perfpage.c \
	priority.c \
	proclist.c \
	procpage.c \
	run.c \
	taskmgr.c \
	trayicon.c

26
RC_SRCS = taskmgr.rc
27

28 29
SVG_SRCS = \
	taskmgr.svg