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.

34 lines
575 B

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