mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
352 B
29 lines
352 B
!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
|