Change some Dll* functions so they are exported by name like on
[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
11 C_SRCS = \
12         about.c \
13         affinity.c \
14         applpage.c \
15         column.c \
16         dbgchnl.c \
17         debug.c \
18         endproc.c \
19         graph.c \
20         graphctl.c \
21         optnmenu.c \
22         perfdata.c \
23         perfpage.c \
24         priority.c \
25         proclist.c \
26         procpage.c \
27         run.c \
28         taskmgr.c \
29         trayicon.c
30
31 RC_SRCS = taskmgr.rc
32 RC_BINSRC = taskmgr.rc
33 RC_BINARIES = \
34         font.bmp \
35         taskmgr.ico \
36         trayicon.bmp \
37         traymask.bmp \
38         window.ico \
39         windowsm.ico
40
41 @MAKE_PROG_RULES@
42
43 ### Dependencies: