home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ledar34.zip / leda-r-3_4_tar / LEDA-3.4 / confdir / make / make_pro.bat < prev   
DOS Batch File  |  1996-09-03  |  258b  |  23 lines

  1.  
  2. cd prog\basic
  3. %make% -i %1
  4. cd ..\dict
  5. %make% -i %1
  6. cd ..\prio
  7. %make% -i %1
  8. cd ..\graph
  9. %make% -i %1
  10. cd ..\plane
  11. %make% -i %1
  12. cd ..\window
  13. %make% -i %1
  14. cd ..\demo
  15. %make% -i %1
  16. cd ..\graphedit
  17. %make% -i %1
  18. cd ..\..
  19.  
  20. set make=
  21. set wdir=
  22.  
  23.