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.

33 lines
439 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 2000
  3. Module Name:
  4. sources
  5. !ENDIF
  6. USE_NATIVE_EH=1
  7. USE_RTTI=1
  8. USE_STL =1
  9. USE_STD=1
  10. USE_MSVCRT=1
  11. TARGETNAME=dsquery
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. UMTYPE=console
  15. UMENTRY=wmain
  16. !INCLUDE ..\sources.inc
  17. SOURCES= $(SOURCES) \
  18. usage.mc \
  19. resource.rc \
  20. cstrings.cpp \
  21. querybld.cpp \
  22. querytable.cpp \
  23. dsquery.cpp \
  24. output.cpp