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.

48 lines
879 B

  1. #
  2. # Copyright (C) Microsoft Corporation, 2000
  3. #
  4. # Module Name:
  5. #
  6. # sources.inc
  7. #
  8. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  9. MAJORCOMP=ndm
  10. MINORCOMP=wia
  11. TARGETNAME=wiascr
  12. TARGETTYPE=DYNLINK
  13. TARGETPATH=$(OBJ_DIR)
  14. #
  15. # Build UNICODE or not?
  16. #
  17. #C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  18. USE_STATIC_ATL=1
  19. ATL_VER=30
  20. USE_STL=1
  21. DLLENTRY=_DllMainCRTStartup
  22. DLLDEF = ..\$(TARGETNAME).def
  23. TARGETLIBS= \
  24. $(TARGETLIBS) \
  25. $(SDK_LIB_PATH)\wiaguid.lib
  26. SOURCES =\
  27. cwia.cpp \
  28. wiacache.cpp \
  29. wiadevinf.cpp \
  30. wiaitem.cpp \
  31. wiaproto.cpp \
  32. wiautil.cpp \
  33. $(TARGETNAME).rc \
  34. $(TARGETNAME).cpp \
  35. collect.cpp
  36. PRECOMPILED_CXX = 1
  37. PRECOMPILED_INCLUDE = ..\stdafx.h
  38. PRECOMPILED_OBJ = precomp.obj