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.
38 lines
503 B
38 lines
503 B
!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
|
|
|
|
TARGETNAME=dns_ntrkcomm
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES= ..\inc;
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
|
|
SOURCES= \
|
|
ntrkcomm.cpp \
|
|
sql_1.cpp \
|
|
sqleval.cpp \
|
|
sqllex.cpp \
|
|
genlex.cpp \
|
|
opathlex.cpp
|