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.

79 lines
1.5 KiB

  1. #
  2. # include the WIA global build settings
  3. #
  4. !include $(PROJECT_ROOT)\ui\uienv.inc
  5. SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
  6. #
  7. # Our specific build settings
  8. #
  9. TARGETNAME= photowiz
  10. TARGETTYPE= DYNLINK
  11. TARGETPATH= obj
  12. DLLENTRY = _DllMainCRTStartup
  13. DLLDEF = $(O)\photowiz.def
  14. NO_BROWSER_FILE = 1
  15. USE_NT_PRODUCT_VER = 1
  16. USE_NOLIBS = 1
  17. ATL_VER = 30
  18. USE_STATIC_ATL = 1
  19. #
  20. # Precompiled header settings
  21. #
  22. PRECOMPILED_CXX = 1
  23. PRECOMPILED_INCLUDE = ..\precomp.h
  24. #
  25. # Fill in as needed
  26. #
  27. # DELAYLOAD= WININET.DLL;RASDLG.DLL;RASAPI32.DLL;ACTIVEDS.DLL
  28. #INCLUDES=\
  29. # $(INCLUDES); \
  30. # $(PROJECT_ROOT)\ui\inc;
  31. SOURCES=\
  32. ..\resource.rc \
  33. ..\dll.cpp \
  34. ..\drop.cpp \
  35. ..\end.cpp \
  36. ..\item.cpp \
  37. ..\listitem.cpp \
  38. ..\photosel.cpp \
  39. ..\preview.cpp \
  40. ..\printopt.cpp \
  41. ..\printwiz.cpp \
  42. ..\seltemp.cpp \
  43. ..\start.cpp \
  44. ..\status.cpp \
  45. ..\wizblob.cpp \
  46. ..\xmltools2.cpp
  47. TARGETLIBS=$(TARGETLIBS)\
  48. $(PRINTSCAN_LIB_PATH)\annotlib.lib \
  49. $(SHELL_LIB_PATH)\shguidp.lib \
  50. $(SHELL_LIB_PATH)\ieguidp.lib \
  51. $(SHELL_LIB_PATH)\shfusion.lib \
  52. $(SDK_LIB_PATH)\winspool.lib \
  53. $(SDK_LIB_PATH)\urlmon.lib \
  54. $(SDK_LIB_PATH)\shell32.lib
  55. #
  56. #
  57. # Fusion manifest
  58. #
  59. SXS_MANIFEST_RESOURCE_ID=123
  60. SXS_APPLICATION_MANIFEST=photowiz.Manifest