sdk Directories within public (Compact 2013)
3/26/2014
Many PUBLIC directories contain SDK directories. An SDK directory contains the libraries, headers, and sample files that make up an SDK.
Directory Types within SDK
SDK directories can contain the following directory types.
Directory |
Contents |
---|---|
INC |
Header files that provide support for module. |
LIB |
Libraries that contain the full set of APIs that an independent software vendor (ISV) might use. In many cases, the final API set depends on which catalog selections you make. LIB also contains files that are required to build a complete solution, which are included by Platform Builder, in addition to OEM-specific solutions. Do not include your libraries in this directory. |
SAMPLES |
Sample applications. |
TARGET |
Contains the binaries that are created when modules and applications are built in the SDK directory. Contains a single directory, MANAGED, which contains files for Windows Embedded Compact in three directories: CHECKED, DEBUG, AND RETAIL. |