Readme for libpdb.lib
Author: Robert Bell
Date: 20th December 2001

This is to make libpdb.lib

1) Open Metrowerks.

2) Under the File menu, choose "New".

3) Make sure that the "Projects" tab is highlighted.

4) Select "Win32 C++ Stationary".

5) Under "Project name", enter the name of the project.
   For example, libpdb.

5a) If wanted, and to keep the project self-contained, move the inc and lib
    directories from the pdtoolkit\ducktape release directory to the project directory.

6) Set the location of your project in "Location", click ok, and then select
   "C++ Console App" from "Win32 Console APP".

7) Under "Edit", and then "... Settings", select "x86" from the "target" tree.

8) Under "Project Type" select "Library (LIB)".

9) Under "File Name" enter libpdb.lib

10) Again from the "target" tree, select "Access Paths"

11) Click "Add" and enter the path to inc directory in the pdtoolkit\ducktape directory.

12) For the "Project" menu select "Add Files", and add all the files from the lib directory
    in the pdtoolkit\ducktape directory.

13) Open the pdb.h file in the inc directory in the pdtoolkit\ducktape directory.

14) Add #include <string.h> to the includes.  Note that this will not have to
    be done in future release.  But that fix is required for now.

15) Now make the project from the "Project" menu.