1 EXTRADEFS
= -D_KERNEL32_
2 TOPSRCDIR
= @top_srcdir@
9 EXTRALIBS
= @COREFOUNDATIONLIB@ @LIBPOLL@
10 EXTRADLLFLAGS
= -Wb
,-F
,KERNEL32.dll
-Wl
,--image-base
,0x7b800000
98 EXTRA_OBJS
= relay16asm.o
99 EXTRA_OBJS16
= winhelp.exe.o winoldap.mod.o
105 kernel.res
: $(MC_SRCS
:.mc
=.mc.rc
)
107 relay16asm.o
: $(WINEBUILD
)
108 $(WINEBUILD
) $(WINEBUILDFLAGS
) -o
$@
--relay16
110 winoldap.mod.o
: $(WINEBUILD
)
111 $(WINEBUILD
) $(WINEBUILDFLAGS
) --exe
-o
$@
--main-module
$(MODULE
) --entry WINOLDAP_EntryPoint
113 winhelp.exe.o
: $(WINEBUILD
)
114 $(WINEBUILD
) $(WINEBUILDFLAGS
) --exe
-o
$@
--main-module
$(MODULE
) --entry WINHELP_EntryPoint
116 # Special rules for 16-bit resource and spec files
118 krnl386.exe.spec.o
: krnl386.exe.spec version16.res
119 $(WINEBUILD
) $(WINEBUILDFLAGS
) --dll
-o
$@
--dll-name kernel
--main-module
$(MODULE
) --res version16.res
--export $(SRCDIR
)/krnl386.exe.spec
121 version16.res
: version16.rc
122 $(LDPATH
) $(RC16
) $(RC16FLAGS
) -fo
$@
$(SRCDIR
)/version16.rc
124 @DEPENDENCIES@
# everything below this line is overwritten by make depend