Source code of Windows XP (NT5)
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.

19 lines
504 B

  1. To build the CE RPP51 client
  2. First modify wince.cmd to point to your platform builder root environment e.g:
  3. set _WINCEROOT=e:\wince300
  4. Then install platform builder 3.0 and build a CEPC MAXALL configuration with the name CERDP
  5. To build the CE client.
  6. Create shortcuts to wince.cmd as follows to setup your build environment:
  7. For checked builds:
  8. %windir%\System32\cmd.exe /k e:\wince.cmd debug
  9. For free builds:
  10. %windir%\System32\cmd.exe /k e:\wince.cmd
  11. cd common
  12. build -cZ
  13. cd ..\newclient
  14. build -cZ