* mh-dgux386: New file. x86 dgux specific flags
[deliverable/binutils-gdb.git] / config / mh-windows
1 CC=cc
2 CFLAGS=
3 RANLIB=true
4 AR_FLAGS=
5
6 .PHONY: windows
7 windows: nmake.mak
8 @echo "Don't forget to setup setvars.mak!"
9
10 nmake.mak: to-be-built
11 @echo Building nmake files
12 @$(srcdir)/gdb/mswin/genmakes
13
14 to-be-built:
15 @echo Recording commands
16 @$(srcdir)/gdb/mswin/recordit
This page took 0.030995 seconds and 5 git commands to generate.