- Cleaned up some of the drawing code, specifically dealing with
[wine] / dlls / gdi / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = gdi32
6 SOVERSION = 1.0
7 ALTNAMES  = gdi
8
9 SPEC_SRCS = gdi32.spec gdi.spec
10
11 C_SRCS = \
12         gdi_main.c \
13         thunk.c
14
15 GLUE = thunk.c
16
17 @MAKE_DLL_RULES@
18
19 ### Dependencies:
20