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.

45 lines
1.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. !INCLUDE ..\..\user.mk
  12. SYNCHRONIZE_DRAIN=1
  13. MINORCOMP=ntquery
  14. TARGETNAME=ntquery
  15. TARGETLIB=$(SDK_LIB_PATH)\ntquery.lib
  16. TARGETTYPE=LIBRARY
  17. TARGETPATHLIB=$(_OBJ_DIR)
  18. DLLDEF=$(_OBJ_DIR)\*\ntquery.def
  19. NTTARGETFILE1 = $(_OBJ_DIR)\*\ntquery.def\
  20. $(TARGETPATHLIB)\$(TARGET_DIRECTORY)\ntquery.lib
  21. C_DEFINES=$(C_DEFINES) -DCI_EXPORT_ONLY
  22. PASS1_PUBLISH=\
  23. {$(O)\$(TARGETNAME).lib=$(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\$(TARGET_DIRECTORY)\$(TARGETNAME).lib}
  24. SOURCES=
  25. UMLIBS=..\..\icommand\$(_OBJ_DIR)\*\icommand.lib\
  26. ..\..\query\lib\$(_OBJ_DIR)\*\qlib2.lib\
  27. ..\..\query\ci\$(_OBJ_DIR)\*\catadmin.obj\
  28. ..\..\qutil\querylib\$(_OBJ_DIR)\*\querylib.lib
  29. # Ships in the SDK
  30. BUFFER_OVERFLOW_CHECKS=0