Leaked source code of windows server 2003
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.

54 lines
1.1 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # byronc, coopp
  7. #
  8. #Date:
  9. # 2-Feb-2000
  10. #
  11. #Module Name:
  12. # sources.inc
  13. #
  14. #Abstract:
  15. # This file specifies the target component being built and the list of
  16. # sources files needed to build that component. Also specifies optional
  17. # compiler switches and libraries that are unique for the component being
  18. # built.
  19. #
  20. # This directory builds
  21. # stimon.exe - hosts the STI/WIA service on win9x platforms
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=stimon
  26. TARGETPATH=$(OBJ_DIR)
  27. TARGETTYPE=PROGRAM
  28. UMTYPE=windows
  29. !IFDEF NOT_UNICODE
  30. UMENTRY=winmain
  31. !ELSE
  32. UMENTRY=wwinmain
  33. !ENDIF
  34. USE_STATIC_ATL=1
  35. USE_STL=1
  36. USE_NATIVE_EH=1
  37. INCLUDES=$(INCLUDES); ..\.;
  38. TARGETLIBS= \
  39. $(TARGETLIBS) \
  40. $(WIA_LIB_PATH)\stirt.lib
  41. SOURCES= \
  42. ..\stimon.rc \
  43. ..\stdafx.cpp \
  44. ..\stimon.cpp \
  45. ..\util.cpp \