projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
windowscodecs: Add support for WICPersistOptionsLittleEndian/WICPersistOptionsBigEndi...
[wine]
/
programs
/
taskmgr
/
Makefile.in
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@
7
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
27
28
RC_SRCS = taskmgr.rc
29
PO_SRCS = taskmgr.rc
30
31
SVG_SRCS = \
32
taskmgr.svg
33
34
@MAKE_PROG_RULES@