quartz: Don't call ReleaseSemaphore on NULL semaphore handles.
[wine] / programs / taskmgr / Makefile.in
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@
11
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
31
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
41
42 @MAKE_PROG_RULES@
43
44 @DEPENDENCIES@  # everything below this line is overwritten by make depend