2006-10-12 22:56:56 +02:00
|
|
|
EXTRADEFS = -D_GDI32_
|
2000-03-19 13:08:09 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = gdi32.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libgdi32.$(IMPLIBEXT)
|
2003-10-14 07:27:43 +02:00
|
|
|
IMPORTS = advapi32 kernel32 ntdll
|
2001-09-12 22:21:06 +02:00
|
|
|
EXTRAINCL = @FREETYPEINCL@
|
2006-12-21 16:21:13 +01:00
|
|
|
EXTRALIBS = @ICULIBS@ @CARBONLIB@
|
2002-09-06 20:51:31 +02:00
|
|
|
|
2003-03-23 21:00:02 +01:00
|
|
|
SPEC_SRCS16 = \
|
|
|
|
dispdib.spec \
|
|
|
|
gdi.exe.spec \
|
|
|
|
wing.spec
|
|
|
|
|
2000-03-19 13:08:09 +01:00
|
|
|
C_SRCS = \
|
2003-06-27 22:47:16 +02:00
|
|
|
bidi.c \
|
2004-02-13 00:11:30 +01:00
|
|
|
bitblt.c \
|
2004-07-21 06:07:28 +02:00
|
|
|
bitmap.c \
|
|
|
|
brush.c \
|
|
|
|
clipping.c \
|
|
|
|
dc.c \
|
|
|
|
dib.c \
|
2001-07-27 21:37:31 +02:00
|
|
|
driver.c \
|
2004-07-21 06:07:28 +02:00
|
|
|
enhmetafile.c \
|
2002-06-14 02:00:56 +02:00
|
|
|
enhmfdrv/bitblt.c \
|
2002-03-27 22:13:40 +01:00
|
|
|
enhmfdrv/dc.c \
|
|
|
|
enhmfdrv/graphics.c \
|
|
|
|
enhmfdrv/init.c \
|
|
|
|
enhmfdrv/mapping.c \
|
|
|
|
enhmfdrv/objects.c \
|
2004-07-21 06:07:28 +02:00
|
|
|
font.c \
|
2001-09-12 22:21:06 +02:00
|
|
|
freetype.c \
|
2000-03-24 22:38:30 +01:00
|
|
|
gdi_main.c \
|
2004-07-21 06:07:28 +02:00
|
|
|
gdiobj.c \
|
2004-01-13 06:20:17 +01:00
|
|
|
icm.c \
|
2004-02-13 00:11:30 +01:00
|
|
|
mapping.c \
|
2004-07-21 06:07:28 +02:00
|
|
|
metafile.c \
|
2002-03-27 22:13:40 +01:00
|
|
|
mfdrv/bitblt.c \
|
|
|
|
mfdrv/dc.c \
|
|
|
|
mfdrv/graphics.c \
|
|
|
|
mfdrv/init.c \
|
|
|
|
mfdrv/mapping.c \
|
|
|
|
mfdrv/objects.c \
|
|
|
|
mfdrv/text.c \
|
2006-10-03 19:52:17 +02:00
|
|
|
opengl.c \
|
2004-02-13 00:11:30 +01:00
|
|
|
painting.c \
|
2004-07-21 06:07:28 +02:00
|
|
|
palette.c \
|
2004-02-13 00:11:30 +01:00
|
|
|
path.c \
|
2004-07-21 06:07:28 +02:00
|
|
|
pen.c \
|
|
|
|
printdrv.c \
|
|
|
|
region.c
|
2000-03-24 22:38:30 +01:00
|
|
|
|
2002-10-02 04:34:09 +02:00
|
|
|
C_SRCS16 = \
|
2002-10-18 06:06:47 +02:00
|
|
|
bidi16.c \
|
2004-02-12 03:17:51 +01:00
|
|
|
dispdib.c \
|
|
|
|
env.c \
|
2002-10-18 06:06:47 +02:00
|
|
|
gdi16.c \
|
2006-01-03 13:23:21 +01:00
|
|
|
metafile16.c \
|
2002-10-18 06:06:47 +02:00
|
|
|
wing.c
|
2002-10-02 04:34:09 +02:00
|
|
|
|
2002-05-12 01:06:32 +02:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
RC_SRCS16 = version16.rc
|
2001-02-23 21:37:13 +01:00
|
|
|
|
2002-03-27 22:13:40 +01:00
|
|
|
EXTRASUBDIRS = \
|
|
|
|
enhmfdrv \
|
2003-02-27 01:28:50 +01:00
|
|
|
mfdrv
|
2002-03-27 22:13:40 +01:00
|
|
|
|
2000-03-19 13:08:09 +01:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2002-09-13 00:51:20 +02:00
|
|
|
# Special rules for 16-bit resource and spec files
|
|
|
|
|
2005-09-21 16:23:54 +02:00
|
|
|
gdi.exe.spec.o: gdi.exe.spec version16.res
|
|
|
|
$(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --heap 65520 --main-module $(MODULE) --res version16.res --export $(SRCDIR)/gdi.exe.spec
|
2001-02-23 21:37:13 +01:00
|
|
|
|
|
|
|
version16.res: version16.rc
|
2003-05-06 20:34:53 +02:00
|
|
|
$(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
|
2001-02-23 21:37:13 +01:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|