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.

48 lines
1.1 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Date:
  6. # 01-Feb-2000
  7. #
  8. #Module Name:
  9. # sources.
  10. #
  11. #Abstract:
  12. # This file specifies the target component being built and the list of
  13. # sources files needed to build that component. Also specifies optional
  14. # compiler switches and libraries that are unique for the component being
  15. # built.
  16. #
  17. # This directory builds
  18. # Test MicroDriver for WIA Multi-Flatbed scanner
  19. #
  20. # ############################################################
  21. TARGETNAME=testmcro
  22. TARGETPATH=obj
  23. TARGETTYPE=DYNLINK
  24. UMTYPE=windows
  25. DLLENTRY=DllMain
  26. NO_NTDLL=1
  27. DLLDEF = testmcro.def
  28. INCLUDES= \
  29. $(DDK_INC_PATH); \
  30. $(INCLUDES)
  31. SOURCES= \
  32. testmcro.cpp \
  33. testmcro.rc
  34. TARGETLIBS=$(TARGETLIBS) \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\advapi32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\gdi32.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\uuid.lib \
  41. $(SDK_LIB_PATH)\oleaut32.lib \