home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / lsqrft15.zip / dosfit.bat next >
DOS Batch File  |  1994-02-11  |  296b  |  10 lines

  1. gcc -c -DDOS fit2.c
  2. gcc -c -DDOS fitcmds2.c 
  3. gcc -c -DDOS fitutil2.c 
  4. gcc -c -DDOS funclib2.c 
  5. gcc -c -DDOS linear2.c 
  6. gcc -c -DDOS mrqfit2.c
  7. gcc -c -DDOS plot.c 
  8. gcc -c -DDOS solve_da.c
  9. gcc -lm fit2.o fitcmds2.o fitutil2.o funclib2.o linear2.o mrqfit2.o plot.o solve_da.o -lm -o a.out
  10.