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.

50 lines
1.3 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. # wiaguid.lib - GUIDS for WIA interfaces, events, etc..
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=wiaguid
  26. TARGETTYPE=LIBRARY
  27. TARGETPATH=$(OBJ_DIR)
  28. # There's nothing special about the chicago .lib file - only build/publish one.
  29. PASS1_PUBLISH= \
  30. {$(O)\wiaguid.lib=$(SDK_LIB_PATH)\wiaguid.lib;$(DDK_LIB_PATH)\wiaguid.lib}
  31. # prevent system headers from being included. They are not needed just to
  32. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  33. # smaller library too.
  34. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_ /DGUID_DEFS_ONLY
  35. SOURCES= \
  36. ..\wiaevent.c \
  37. ..\wia_guids.c \
  38. ..\wiamindr_guids.c \
  39. ..\wiascr_guids.c \
  40. ..\wiapriv_guids.c \
  41. ..\wiavideo_guids.c