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.

31 lines
452 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=client
  7. MINORCOMP=mdpipe
  8. TARGETNAME=mdpipe
  9. TARGETTYPE=PROGRAM
  10. UMTYPE=console
  11. UMENTRY=wmain
  12. NOT_LEAN_AND_MEAN=1
  13. SOURCES= \
  14. mdpipe.cpp \
  15. ver.rc \
  16. INCLUDES= \
  17. $(LOCALTARGET); \
  18. $(LOCALROOT)\include; \
  19. $(BASE_INC_PATH); \
  20. TARGETLIBS= \
  21. !INCLUDE $(INETROOT)\build\sources.all