2 TOPSRCDIR = @top_srcdir@
8 IMPORTS = advapi32 kernel32 ntdll
9 EXTRAINCL = @FREETYPEINCL@ @FONTCONFIGINCL@
10 EXTRALIBS = @CARBONLIB@
12 SPEC_SRCS16 = gdi.exe.spec
60 RC_SRCS16 = version16.rc
68 # Special rules for 16-bit resource and spec files
70 gdi.exe.spec.o: gdi.exe.spec version16.res
71 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --heap 65520 --main-module $(MODULE) --res version16.res --export $(SRCDIR)/gdi.exe.spec
73 version16.res: version16.rc
74 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
76 @DEPENDENCIES@ # everything below this line is overwritten by make depend