higui.bat
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. del mipsel-elflibhigui.a
  2. cd higui
  3. echo off
  4. if exist MIPS goto del_mips
  5. mkdir MIPS
  6. :del_mips
  7. make
  8. copy libhigui.a ..mipsel-elflibhigui.a
  9. cd..