Source code of Windows XP (NT5)
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.

41 lines
494 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. UMTYPE=windows
  13. SUBSYSTEM_VERSION=4.0
  14. TARGETNAME=dns_ntrkcomm
  15. TARGETPATH=obj
  16. TARGETTYPE=LIBRARY
  17. INCLUDES= ..\inc;
  18. USE_NATIVE_EH=1
  19. SOURCES= \
  20. ntrkcomm.cpp \
  21. sql_1.cpp \
  22. sqleval.cpp \
  23. sqllex.cpp \
  24. genlex.cpp \
  25. opathlex.cpp