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.

54 lines
1.2 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. #
  12. # This is the Index Server 1.1 version of PropDump, included here for
  13. # easy debugging.
  14. #
  15. !INCLUDE ..\..\user.mk
  16. MINORCOMP=PropDump
  17. TARGETNAME=PropDump
  18. TARGETTYPE=PROGRAM
  19. #INCLUDES=$(INCLUDES);..\..\h;..\..\qutil\h;..\..\qutil\querylib
  20. INCLUDES=$(INCLUDES);..\..\h
  21. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  22. SOURCES=main.cxx \
  23. proprec.cxx \
  24. propdump.rc
  25. UMLIBS= $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\ntdll.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\oleaut32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib\
  30. $(SDK_LIB_PATH)\query.lib\
  31. $(UMLIBS)
  32. UMTYPE=console
  33. #NTTARGETFILE0=proprec.hxx proprec.cxx
  34. PRECOMPILED_INCLUDE=pch.cxx
  35. #PRECOMPILED_OPTION=/Yu /Fp..\..\qutil\querylib\$(_OBJ_DIR)\*\pch.pch
  36. #PRECOMPILED_TARGET=..\..\qutil\querylib\$(_OBJ_DIR)\*\pch.pch
  37. #PRECOMPILED_CXX=1