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.

55 lines
1.4 KiB

  1. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  2. TARGETNAME=wiatest
  3. TARGETPATH=$(OBJ_DIR)
  4. TARGETTYPE=PROGRAM
  5. INCLUDES=;..;..\res;$(INCLUDES)
  6. SOURCES= \
  7. ..\ChildFrm.cpp \
  8. ..\MainFrm.cpp \
  9. ..\WiaAcquireDlg.cpp \
  10. ..\WiacapDlg.cpp \
  11. ..\WiaDataCallback.cpp \
  12. ..\WiaEventCallback.cpp \
  13. ..\WiaeditpropDlg.cpp \
  14. ..\Wiaeditpropflags.cpp \
  15. ..\Wiaeditproplist.cpp \
  16. ..\Wiaeditpropnone.cpp \
  17. ..\Wiaeditproprange.cpp \
  18. ..\wiahelper.cpp \
  19. ..\WiaitemListCtrl.cpp \
  20. ..\Wiaselect.cpp \
  21. ..\wiatest.cpp \
  22. ..\wiatestDoc.cpp \
  23. ..\wiatestView.cpp \
  24. ..\WiaDocAcqSettings.cpp \
  25. ..\WiaSimpleDocPg.cpp \
  26. ..\WiaAdvancedDocPg.cpp \
  27. ..\wiadbg.cpp \
  28. ..\wiatest.rc
  29. # Add interlac.cpp if the PNG support is ever fixed
  30. MISCFILES = ..\wiatest.htm
  31. USE_NATIVE_EH=1
  32. PRECOMPILED_CXX=1
  33. PRECOMPILED_INCLUDE=..\stdafx.h
  34. PRECOMPILED_PCH=stdafx.pch
  35. PRECOMPILED_OBJ=stdafx.obj
  36. TARGETLIBS= \
  37. $(TARGETLIBS) \
  38. $(SDK_LIB_PATH)\winmm.lib \
  39. $(SDK_LIB_PATH)\irnotif.lib \
  40. $(SDK_LIB_PATH)\userenv.lib \
  41. $(SDK_LIB_PATH)\comdlg32.lib \
  42. $(SDK_LIB_PATH)\wiaguid.lib \
  43. $(SDK_LIB_PATH)\atl.lib \
  44. $(SDK_LIB_PATH)\mscms.lib \
  45. $(SDK_LIB_PATH)\shell32.lib