import gdb-1999-10-18 snapshot
[deliverable/binutils-gdb.git] / gdb / config / i386 / windows.mh
CommitLineData
9733ab3f
SS
1# gdbwin.o and ser-win32s.c have to be named because they have
2# _initialize functions that need to be found by init.c
3# gui.ores has to be named, or else msvc won't link it in.
4XDEPFILES = \
5 mswin/gdbwin.o \
6 mswin/ser-win32s.o \
7 mswin/gui.ores \
8 mswin/libwingdb.a
9
10$(XDEPFILES):
11 rootme=`pwd` ; export rootme ; \
12 ( cd mswin ; \
13 $(MAKE) $(FLAGS_TO_PASS) all )
14
15XM_FILE=xm-windows.h
16MMALLOC=
17SER_HARDWIRE =
This page took 0.035074 seconds and 4 git commands to generate.