18 lines
602 B
Plaintext
18 lines
602 B
Plaintext
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, all rights reserved
|
|
//
|
|
//
|
|
// Notes: DLL custom action sample , must be used in conjunction with the DLL
|
|
// custom actions included in create.cpp and process.cpp
|
|
//--------------------------------------------------------------------------
|
|
|
|
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 |