regedit: Merge accelerators into the main resource file.
[wine/multimedia.git] / programs / winefile / Makefile.in
blobd6e085ba6097fa9b8ddc2ada9e8578e26d3b3a28
1 EXTRADEFS = -D__WINE__ -DWINE_NO_UNICODE_MACROS
2 MODULE = winefile.exe
3 APPMODE = -mwindows
4 IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32
6 C_SRCS = \
7 splitpath.c \
8 winefile.c
10 RC_SRCS = \
11 En.rc \
12 winefile.rc
14 PO_SRCS = winefile.rc
16 MANPAGE = winefile.man
18 SVG_SRCS = winefile.svg
20 @MAKE_PROG_RULES@