make_lib.bat
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:0k
开发平台:

MultiPlatform

  1. cd srcbasic
  2. make -i -f ..make.src L=libL
  3. cd ..basic_alg
  4. make -i -f ..make.src L=libL
  5. cd ..numbers
  6. make -i -f ..make.src L=libL
  7. cd ..dict
  8. make -i -f ..make.src L=libL
  9. cd ..prio
  10. make -i -f ..make.src L=libL
  11. cd ..graph
  12. make -i -f ..make.src L=libG
  13. cd ..graph_alg
  14. make -i -f ..make.src L=libG
  15. cd ..plane
  16. make -i -f ..make.src L=libP
  17. cd ..plane_alg
  18. make -i -f ..make.src L=libP
  19. cd ..window
  20. make -i -f ..make.src L=libP
  21. cd ..msdos
  22. make -i -f ..make.src L=libWx
  23. cd ....