Share via


RELEASETYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This macro definition sets two flags: RELEASEDIR and RELEASELIBDIR, which specify which output directory to place binaries and libraries in after they are built.

The default value builds the binaries and libraries for the target device and places them in the %_PROJECTROOT%\Oak directory.

The following table shows the other values for RELEASETYPE.

Value Description Location of generated binaries Location of generated libraries

OAK

For core OS components that will be rebuilt.

You cannot ship these components.

%_PROJECTROOT%\Oak\Target\%_TGTCPU%

%_PROJECTROOT%\Oak\Lib\%_TGTCPU%

SDK

For components that will be included in an exported software development kit (SDK).

%_PROJECTROOT%\Oak\Target\%_TGTCPU%

%_PROJECTROOT%\Sdk\Lib\%_TGTCPU%

DDK

For components that will be included in an exported device driver kit (DDK).

%_PROJECTROOT%\Oak\Target\%_TGTCPU%

%_PROJECTROOT%\Ddk\Lib\%_TGTCPU%

PLATFORM

For code inside platform-specific projects.

Current OS design as specified by _TGTPLAT

Current OS design as specified by _TGTPLAT

LOCAL

For building components that are not publicly available.

Local object directory

Local object directory

CUSTOM

For specifying the exact object directory location.

Aa909562.note(en-US,WinEmbedded.60).gifNote:
If you want to set this value, manually set it in the associated project sources file.

If you want to build for different CPUs, qualify the path based on the CPU.

Value specified in TARGETPATH

Value specified in TARGETPATH

MANAGED

For managed code.

%_PROJECTROOT%\Oak\Target\Managed

%_PROJECTROOT%\Oak\Lib\Managed

Windows Embedded CE 6.0 Test Kit (CETK)

For Windows Embedded CE 6.0 Test Kit (CETK) debugging and testing.

Aa909562.note(en-US,WinEmbedded.60).gifNote:
This value turns off compiler optimizations and should not be used in a released product.

%_PROJECTROOT%\Oak\Target\%_TGTCPU%

%_PROJECTROOT%\Oak\Lib\%_TGTCPU%

See Also

Concepts

Sources File