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.

33 lines
601 B

  1. #
  2. # Builds a simple windows-based test program
  3. #
  4. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  5. TARGETNAME=propview
  6. TARGETPATH=$(OBJ_DIR)
  7. TARGETTYPE=PROGRAM
  8. UMTYPE=windows
  9. INCLUDES=$(INCLUDES)
  10. SOURCES= \
  11. ..\propview.cpp \
  12. ..\mainwnd.cpp \
  13. ..\treeviewwnd.cpp \
  14. ..\listviewwnd.cpp \
  15. ..\utils.cpp \
  16. ..\propview.rc
  17. USE_NATIVE_EH=1
  18. USE_MSVCRT=1
  19. PRECOMPILED_CXX=1
  20. PRECOMPILED_INCLUDE=..\stdafx.h
  21. PRECOMPILED_PCH=stdafx.pch
  22. PRECOMPILED_OBJ=stdafx.obj
  23. TARGETLIBS= $(TARGETLIBS) \
  24. $(SDK_LIB_PATH)\comctl32.lib