Building Table Copy

The file <install directory>\SAMPLES\TABLECPY\TABLECOPY.MAK is set up for compilation with NMAKE, the Microsoft Program Maintenance Utility provided with Microsoft Visual Studio. The following example syntax builds a debug version of TABLECOPY on the Intel x86 platform based on the Win32 (x86) Application configuration.

NMAKE /f "tablecopy.mak" CFG=" tablecopy - Win32 x86 Debug"

To build TABLECOPY on another platform or with a different configuration, use one of the following configuration options.

Configuration option Type of file built
"tablecopy - Win32 x86 Debug" Debug version of TABLECOPY based on Win32 (x86) Application
"tablecopy - Win32 x86 Release" Retail version of TABLECOPY based on Win32 (x86) Application
"tablecopy - Win32 (ALPHA) axp Debug" Debug version of TABLECOPY based on Win32 (ALPHA) Application
"tablecopy - Win32 (ALPHA) axp Release" Retail version of TABLECOPY based on Win32 (ALPHA) Application
"tablecopy - Win32 (PPC) ppc Debug" Debug version of TABLECOPY based on Win32 (PPC) Application
"tablecopy - Win32 (PPC) ppc Release" Retail version of TABLECOPY based on Win32 (PPC) Application

For additional information about using NMAKE, see the Microsoft Visual Studio documentation.