The file <installdirectory>\SAMPLES\ROWSETVIEWER\ROWSETVIEWER.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 ROWSETVIEWER on the Intel x86 platform based on the Win32 (x86) application configuration.
NMAKE /f "rowsetviewer.mak" CFG="RowsetViewer - Win32 x86 Debug"
To build ROWSETVIEWER on another platform or with a different configuration, use one of the following configuration options.
Configuration option | Type of file built |
"rowsetviewer - Win32 (ALPHA) axp Debug" | Debug version of ROWSETVIEWER based on Win32 (ALPHA) Application |
"rowsetviewer - Win32 (ALPHA) axp Release" | Retail version of ROWSETVIEWER based on Win32 (ALPHA) Application |
"rowsetviewer - Win32 x86 Release" | Retail version of ROWSETVIEWER based on Win32 (x86) Application |
"rowsetviewer - Win32 x86 Debug" | Debug version of ROWSETVIEWER based on Win32 (x86) Application |