Leaked source code of windows server 2003
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
930 B

  1. !ifdef PROJECT_ROOT
  2. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  3. !else
  4. ! INCLUDE $(INETROOT)\build\paths.all
  5. !endif
  6. MAJORCOMP=HELPCTR
  7. MINORCOMP=brpinfo
  8. TARGETNAME=brpinfo
  9. TARGETTYPE=DYNLINK
  10. DLLBASE=$(DEFBASEADDR)
  11. DLLDEF=brp_sysinfo.def
  12. DLLENTRY=_DllMainCRTStartup
  13. UMTYPE=windows
  14. USE_STATIC_ATL=1
  15. #
  16. # These lines will send all intermediate files to the LOCALLIBPATH directory.
  17. #
  18. MIDL_TLBDIR=$(LOCALLIBPATH)
  19. PASS0_SOURCEDIR=$(LOCALLIBPATH)
  20. PASS0_HEADERDIR=$(LOCALLIBPATH)
  21. SOURCES= \
  22. brp_sysinfo.idl \
  23. stdafx.cpp \
  24. brp_sysinfo.cpp \
  25. bugrepsysinfo.cpp \
  26. brp_sysinfo.rc \
  27. INCLUDES= \
  28. $(LOCALLIBPATH); \
  29. $(LOCALROOT)\common; \
  30. TARGETLIBS= \
  31. $(SDKLIBPATH)\oleaut32.lib \
  32. $(SDKLIBPATH)\ole32.lib \
  33. $(SDKLIBPATH)\uuid.lib \
  34. $(SDKLIBPATH)\version.lib
  35. !INCLUDE $(INETROOT)\build\sources.all