add new gain_analysis convenience library

This commit is contained in:
Josh Coalson
2002-10-24 05:44:42 +00:00
parent ca8660193b
commit ddadef6f97
15 changed files with 635 additions and 8 deletions

View File

@@ -3,6 +3,9 @@
# It's less hassle to spell it all out that to figure out how to do it right with nmake:
all:
cd gain_analysis
nmake /f Makefile.vc
cd ..
cd getopt
nmake /f Makefile.vc
cd ..
@@ -11,6 +14,9 @@ all:
cd ..
clean:
cd gain_analysis
nmake /f Makefile.vc clean
cd ..
cd getopt
nmake /f Makefile.vc clean
cd ..