notepad: Fix the position of the Encoding combobox.
[wine/multimedia.git] / dlls / shlwapi / Makefile.in
blob0dcfbe4b7d6eac968efcc2345142a4560a335455
1 EXTRADEFS = -D_SHLWAPI_
2 MODULE = shlwapi.dll
3 IMPORTLIB = shlwapi
4 IMPORTS = uuid user32 gdi32 advapi32
5 DELAYIMPORTS = userenv oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm version
7 C_SRCS = \
8 assoc.c \
9 clist.c \
10 istream.c \
11 msgbox.c \
12 ordinal.c \
13 path.c \
14 reg.c \
15 regstream.c \
16 shlwapi_main.c \
17 stopwatch.c \
18 string.c \
19 thread.c \
20 url.c \
21 wsprintf.c
23 RC_SRCS = shlwapi.rc
24 PO_SRCS = shlwapi.rc
26 @MAKE_DLL_RULES@