Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
334 B

  1. @if "%_ECHOON%" == "" echo off
  2. if "%_WINCEROOT%" == "" goto usage
  3. call %_WINCEROOT%\public\common\oak\misc\WINCE x86 i486 CE wbt CEPC
  4. SET BUILD_OPTIONS=~win16 ~win32 wince rdpapi ~gencert ~common16 ~LServer ~hserver ~LicMgr
  5. cmd /k
  6. goto enditall
  7. :usage
  8. echo Usage: You must define _WINCEROOT and _WINCEDRIVE
  9. :enditall