Leaked source code of windows server 2003
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

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Wbem provider Library
  7. Sources file for building wbem provider common library.
  8. Author:
  9. Henry Wang April 1999
  10. Revision History:
  11. !ENDIF
  12. TARGETNAME=dns_ntrkcomm
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. INCLUDES= ..\inc;
  16. USE_NATIVE_EH=1
  17. USE_STL=1
  18. SOURCES= \
  19. ntrkcomm.cpp \
  20. sql_1.cpp \
  21. sqleval.cpp \
  22. sqllex.cpp \
  23. genlex.cpp \
  24. opathlex.cpp