Source code of Windows XP (NT5)

43 lines
1013 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author: Michael Grier (copied from Danpo Zhang's)
  11. !ENDIF
  12. MSC_WARNING_LEVEL=/W4 /WX
  13. TARGETNAME=$(FUSION_BUILD_TYPE_PREFIX)uuid
  14. TARGETTYPE=LIBRARY
  15. TARGETPATH=$(FUSION_LIB_DEST)
  16. INCLUDES=$(INCLUDES);$(FUSION_PATH)\idl\$(O);$(FUSION_PATH)\inc
  17. # prevent system headers from being included. They are not needed just to
  18. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  19. # smaller library too.
  20. #
  21. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
  22. # /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
  23. # /DGUID_DEFS_ONLY
  24. SOURCES= \
  25. ..\fusion_uuid.c \
  26. ..\fuspriv_uuid.c \
  27. ..\sxsapi_uuid.c \
  28. ..\oleaut_uuid.c \
  29. SOURCES_USED=..\sources.inc