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

DVD

开发平台:

C/C++

  1. del mipsel-elflibreceiver.a
  2. cd receiver
  3. del libreceiver.a 
  4. echo off
  5. if exist MIPS goto del_mips
  6. mkdir MIPS
  7. :del_mips
  8. make
  9. copy libreceiver.a ..mipsel-elflibreceiver.a
  10. cd..
  11. 1 16