diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:49 +0000 |
commit | 9733ab3f56072534b447188f48d3d5bc9911189e (patch) | |
tree | 26640d911c16263ab87ed1f12b60700a2cd390c2 /gdb/config | |
parent | 071ea11e85eb9d529cc5eb3d35f6247466a21b99 (diff) | |
download | gdb-9733ab3f56072534b447188f48d3d5bc9911189e.zip gdb-9733ab3f56072534b447188f48d3d5bc9911189e.tar.gz gdb-9733ab3f56072534b447188f48d3d5bc9911189e.tar.bz2 |
Initial creation of sourceware repository
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/windows.mh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/config/i386/windows.mh b/gdb/config/i386/windows.mh new file mode 100644 index 0000000..3933a6e --- /dev/null +++ b/gdb/config/i386/windows.mh @@ -0,0 +1,17 @@ +# 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 = |