18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, all rights reserved
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
Build Instructions
|
|
The sample can be built by running the following command from a Platform SDK build environment window:
|
|
|
|
nmake
|
|
|
|
In order to build the sample clean, the following commands should be used:
|
|
nmake clean
|
|
nmake
|
|
|