This document contains a description of the build process to build the AppWeb samples or to rebuild AppWeb from source. For the product release notes and a detailed description of the installation procedure, please consult the Release Notes supplied with this release.
|
Workspace File |
Description |
C++/c++Samples.dsw | Builds all files necessary for the appweb program. Includes building all loadable modules. |
C/cSamples.dsw | Builds the HTTP client. |
To build using Visual Studio 6 open the workspace files with a "dsw" extension. To build using Visual Studio.NET, open the workspace files and upgrade them to Visual Studio.NET solution files.
You can build the samples
by typing: make. You can clean the directory by typing make clean.