b.bat
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. @REM
  2. @REM Copyright (c)Samsung Elec. co, LTD.  All rights reserved.
  3. @REM
  4. @echo off
  5. REM ** S3C2410 pcmcia driver build script **
  6. SET B_TMP=%WINCEDEBUG%
  7. IF "%1" == "D" set WINCEDEBUG=debug
  8. IF "%1" == "d" set WINCEDEBUG=debug
  9. IF "%1" == "R" set WINCEDEBUG=retail
  10. IF "%1" == "r" set WINCEDEBUG=retail
  11. pushd %_PUBLICROOT%commonoakdriverspcmcia
  12. build %2
  13. popd
  14. pushd %_PUBLICROOT%commoncesysgen
  15. nmake cardserv
  16. popd
  17. REM build %2
  18. build -cfs
  19. copy /Y %_TARGETPLATROOT%target%_TGTCPU%%WINCEDEBUG%pcmcia.* %_FLATRELEASEDIR%
  20. set WINCEDEBUG=%B_TMP%