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. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=ptpusb
  26. TARGETTYPE=LIBRARY
  27. TARGETPATH=$(OBJ_DIR)
  28. #DLLDEF=..\ptpusb.def
  29. #DLLENTRY=_DllMainCRTStartup
  30. USE_MSVCRT = 1
  31. INCLUDES= \
  32. $(DDK_INC_PATH); \
  33. ..\..\..\..\inc; \
  34. $(SDK_INC_PATH)\atl30; \
  35. $(INCLUDES);
  36. PRECOMPILED_CXX = 1
  37. PRECOMPILED_INCLUDE = ..\ptppch.h
  38. PRECOMPILED_OBJ = ptppch.obj
  39. SOURCES= \
  40. ..\iso15740.cpp \
  41. ..\camera.cpp \
  42. ..\camusb.cpp \
  43. ..\ptputil.cpp