Environment Variable Changes

The following list shows the updates made after the release of Platform Builder 3.0 to environment variables that pertain to the build environment:

  • The %CEPBDir% environment variable is obsolete. Platform Builder still uses a default installation path unless you specify another location.
  • The %_TGTCPUFAMILY% environment replaces %_TGTCPUTYPE%. If you have a batch file, sources file, makefile file, Sources.cmn file, or Makefile.inc that includes a dependency on the %_TGTCPUTYPE% environment variable, you need to update your code.
  • If you use paths with the %_TGTCPUTYPE%\%_TGTCPU%\%_TGTOS%\%WINCEDEBUG% format, use %_TGTCPU%\%WINCEDEBUG% instead. This also applies for sources files.

The following table shows the environment variables that are set up by Wince.bat.

Environment variable Description
%_TGTCPUFAMILY% ARM, MIPS, SH, X86
%_TGTCPUISA% V4, V4T, V4I, II, IV, 16, 3, 4
%_TGTCPUOPTIONS% _FP
%_TGTCPU% Microprocessor name, which is rebuilt by concatenating the microprocessor family, ISA, and option
%_TGTOS% Windows CE

See Also

Changes in Platform Builder | Environment Variables | Setting or Clearing an Environment Variable

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.