18 lines
416 B
Text
18 lines
416 B
Text
|
# gdbwin.o and ser-win32s.c have to be named because they have
|
||
|
# _initialize functions that need to be found by init.c
|
||
|
# gui.ores has to be named, or else msvc won't link it in.
|
||
|
XDEPFILES = \
|
||
|
mswin/gdbwin.o \
|
||
|
mswin/ser-win32s.o \
|
||
|
mswin/gui.ores \
|
||
|
mswin/libwingdb.a
|
||
|
|
||
|
$(XDEPFILES):
|
||
|
rootme=`pwd` ; export rootme ; \
|
||
|
( cd mswin ; \
|
||
|
$(MAKE) $(FLAGS_TO_PASS) all )
|
||
|
|
||
|
XM_FILE=xm-windows.h
|
||
|
MMALLOC=
|
||
|
SER_HARDWIRE =
|