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.

52 lines
1.1 KiB

  1. #############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # DavePar
  7. #
  8. #Date:
  9. # 20-Jul-2000
  10. #
  11. #Module Name:
  12. # sources.
  13. #
  14. #Abstract:
  15. # This file specifies the target component being built and the list of
  16. # sources files needed to build that component. Also specifies optional
  17. # compiler switches and libraries that are unique for the component being
  18. # built.
  19. #
  20. # This directory builds
  21. # ISO/PIMA 15740 Picture Transfer Protocol driver
  22. #
  23. #############################################################
  24. TARGETNAME=ptp
  25. TARGETTYPE=PROGRAM
  26. TARGETPATH=obj
  27. UMTYPE=console
  28. UMENTRY=main
  29. USE_MSVCRT = 1
  30. INCLUDES= \
  31. $(DDK_INC_PATH); \
  32. ..\common; \
  33. ..\..\..\inc; \
  34. $(INCLUDES);
  35. WPP_SOURCES= \
  36. ptp.cpp
  37. SOURCES=$(WPP_SOURCES)
  38. TARGETLIBS=$(TARGETLIBS) \
  39. ..\common\winnt\$(O)\ptpusb.lib \
  40. $(DDK_LIB_PATH)\wiautil.lib \
  41. $(SDK_LIB_PATH)\ole32.lib \
  42. $(SDK_LIB_PATH)\Oleaut32.lib
  43. RUN_WPP=ptp.cpp