repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
winemac: Honor requests to order owned windows relative to other owned windows of...
[wine/multimedia.git]
/
programs
/
taskmgr
/
Makefile.in
blob
f0b1606a7420484ab43621b03e34efebf4cdb440
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@