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.

49 lines
1.2 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. ..\wiatest.cpp \
  8. ..\mainfrm.cpp \
  9. ..\wiatestdoc.cpp \
  10. ..\wiatestview.cpp \
  11. ..\wiatest.rc\
  12. ..\cdib.cpp\
  13. ..\datacallback.cpp\
  14. ..\progressbar.cpp\
  15. ..\waitdlg.cpp\
  16. ..\wiatestui.cpp\
  17. ..\propedit.cpp\
  18. ..\datacallback.cpp\
  19. ..\eventcallback.cpp\
  20. ..\devicecmddlg.cpp\
  21. ..\iteminfodlg.cpp\
  22. ..\wiapreview.cpp\
  23. ..\cwia.cpp
  24. # Add interlac.cpp if the PNG support is ever fixed
  25. USE_NATIVE_EH=1
  26. PRECOMPILED_CXX=1
  27. PRECOMPILED_INCLUDE=..\stdafx.h
  28. PRECOMPILED_PCH=stdafx.pch
  29. PRECOMPILED_OBJ=stdafx.obj
  30. TARGETLIBS= \
  31. $(TARGETLIBS) \
  32. $(SDK_LIB_PATH)\winmm.lib \
  33. $(SDK_LIB_PATH)\sti.lib \
  34. $(SDK_LIB_PATH)\irnotif.lib \
  35. $(SDK_LIB_PATH)\\userenv.lib \
  36. $(SDK_LIB_PATH)\comdlg32.lib \
  37. $(SDK_LIB_PATH)\wiaguid.lib \
  38. $(WIA_LIB_PATH)\stirt.lib \
  39. $(SDK_LIB_PATH)\atl.lib \
  40. $(SDK_LIB_PATH)\mscms.lib