Share via


Public Servers OAK Directory

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The OAK directory contains component files, such as development tools.

The OAK directory contains the following directories.

Directory Contents

Files

Run-time image configuration files.

This directory also contains the Intlfile directory, which contains localized device-specific strings for supported languages.

Gwadmin

Source files and HTML pages for the gateway UI.

Inc

Header files for the HTTP Server Extension interface.

Lib

Libraries required to build Server components.

The libraries are in directories with the following formats:

  • Cpu\Debug
  • Cpu\Retail

An example is Sh4\Retail.

Do not include your libraries in this directory.

To modify project-specific files, copy the files into your project tree and build the project; then, to correctly link with the appropriate library, update the sources file in the code.

Samples

Sample applications.

Target

Applications and DLLs that make up Server components.

The .dll and .exe files, with their associated .pdb and .map files, are in directories with the following formats:

  • Cpu\Debug
    An example is Sh4\Debug.
  • Cpu\Retail
    An example is Sh4\Retail.

Do not store custom components in this directory. It is only for Server components.

See Also

Concepts

Public Servers Directory