taskmgr: Fix spelling of the SYSTEM_PERFORMANCE_INFORMATION.MmTotalCommittedPages...
[wine] / programs / winefile / Makefile.in
1 EXTRADEFS = -D__WINE__ -DUNICODE
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = winefile.exe
7 APPMODE   = -mwindows
8 IMPORTS   = shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32
9 EXTRALIBS = -luuid
10
11 C_SRCS = \
12         splitpath.c \
13         winefile.c
14
15 RC_SRCS = rsrc.rc
16 RC_BINSRC = resource.rc
17 RC_BINARIES = \
18         drivebar.bmp \
19         images.bmp \
20         toolbar.bmp \
21         winefile.ico
22
23 @MAKE_PROG_RULES@
24
25 @DEPENDENCIES@  # everything below this line is overwritten by make depend