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.

56 lines
1.3 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. #
  13. # This should really use the copy of C_DEFINES in ..\user.mk but rc.exe doesn't
  14. # understand the -U switch.
  15. #
  16. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  17. C_DEFINES=$(C_DEFINES:-FI=-I)
  18. MINORCOMP=qryperf
  19. TARGETNAME=qryperf
  20. TARGETTYPE=PROGRAM
  21. INCLUDES=$(INCLUDES);.;..\..\h;..\..\pch;..\..\qutil\qresult;..\..\qutil\h
  22. SOURCES=qryperf.rc \
  23. qryperf.cxx \
  24. procinfo.cxx
  25. UMTYPE=console
  26. UMENTRY=wmain
  27. UMLIBS= \
  28. $(SDK_LIB_PATH)\uuid.lib\
  29. $(SDK_LIB_PATH)\query.lib\
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\oleaut32.lib\
  35. ..\..\pch\$(_OBJ_DIR)\*\pch.obj \
  36. $(UMLIBS) \
  37. $(SDK_LIB_PATH)\ntdll.lib
  38. PRECOMPILED_OPTION=/Yu /Fp..\..\pch\$(_OBJ_DIR)\*\pch.pch
  39. PRECOMPILED_TARGET=..\..\pch\$(_OBJ_DIR)\*\pch.pch
  40. PRECOMPILED_CXX=1