42 lines
494 B
Plaintext
42 lines
494 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Wbem provider Library
|
||
|
|
||
|
Sources file for building wbem provider common library.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Henry Wang April 1999
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
UMTYPE=windows
|
||
|
SUBSYSTEM_VERSION=4.0
|
||
|
|
||
|
TARGETNAME=dns_ntrkcomm
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES= ..\inc;
|
||
|
|
||
|
USE_NATIVE_EH=1
|
||
|
|
||
|
SOURCES= \
|
||
|
ntrkcomm.cpp \
|
||
|
sql_1.cpp \
|
||
|
sqleval.cpp \
|
||
|
sqllex.cpp \
|
||
|
genlex.cpp \
|
||
|
opathlex.cpp
|