1 EXTRADEFS
= -D_KERNEL32_
2 TOPSRCDIR
= @top_srcdir@
7 IMPORTLIB
= libkernel32.
$(IMPLIBEXT
)
9 EXTRALIBS
= @COREFOUNDATIONLIB@ @LIBPOLL@
10 DLLFILENAME
= KERNEL32.dll
11 BASEADDRESS
= 0x7b800000
99 EXTRA_OBJS
= relay16asm.o
105 kernel.res
: $(MC_SRCS
:.mc
=.mc.rc
)
107 relay16asm.o
: $(WINEBUILD
)
108 $(WINEBUILD
) $(WINEBUILDFLAGS
) -o
$@
--relay16
110 # Special rules for 16-bit resource and spec files
112 krnl386.exe.spec.o
: krnl386.exe.spec version16.res
113 $(WINEBUILD
) $(WINEBUILDFLAGS
) --dll
-o
$@
--dll-name kernel
--main-module
$(MODULE
) --res version16.res
--export $(SRCDIR
)/krnl386.exe.spec
115 version16.res
: version16.rc
116 $(LDPATH
) $(RC16
) $(RC16FLAGS
) -fo
$@
$(SRCDIR
)/version16.rc
118 @DEPENDENCIES@
# everything below this line is overwritten by make depend