30 lines
352 B
Plaintext
30 lines
352 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1998 Microsoft Corporation
|
||
|
|
||
|
Module Name: testcdm.exe
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Philip Durr for Windows Update team Nov 16, 1998
|
||
|
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=testcdm
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=PROGRAM
|
||
|
C_DEFINES=/D_MBCS
|
||
|
USE_NATIVE_EH=1
|
||
|
UMTYPE=console
|
||
|
USE_STL=1
|
||
|
|
||
|
SOURCES=testcdm.cpp
|
||
|
INCLUDES=..\..\cdminc
|