]> Git Repo - binutils.git/blob - config/mh-windows
1999-01-26 Jason Molenda ([email protected])
[binutils.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.023222 seconds and 4 git commands to generate.