Building Query Demo

The file <install directory>\SAMPLES\QURYDEMO\QURYDEMO.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 QURYDEMO on the Intel® x86 platform based on the Win32® (x86) Application configuration.

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

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

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

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