msvcrt: Implement _wsearchenv.
[wine] / dlls / gdiplus / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = gdiplus.dll
6 IMPORTLIB = libgdiplus.$(IMPLIBEXT)
7 IMPORTS   = shlwapi oleaut32 ole32 user32 gdi32 advapi32 kernel32 ntdll
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         brush.c \
12         customlinecap.c \
13         font.c \
14         gdiplus.c \
15         graphics.c \
16         graphicspath.c \
17         image.c \
18         imageattributes.c \
19         matrix.c \
20         pathiterator.c \
21         pen.c \
22         stringformat.c
23
24 @MAKE_DLL_RULES@
25
26 @DEPENDENCIES@  # everything below this line is overwritten by make depend