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.

58 lines
1.2 KiB

  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:
  11. Greg Jensenworth
  12. !ENDIF
  13. MAJORCOMP=cairo
  14. MINORCOMP=types
  15. C_DEFINES= -DWIN32=300 -DDCOM -DASYNC -DDFSACTIVATION -DDIRECTORY_SERVICE
  16. !IF $(WIN64)
  17. C_DEFINES=$(C_DEFINES) -D_WIN64
  18. !ENDIF
  19. TARGETPATH=obj
  20. TARGETTYPE=NOTARGET
  21. SYNCHRONIZE_BLOCK=1
  22. SDKINC=$(BASEDIR)\public\sdk\inc
  23. PASS0_HEADERDIR=$(O)
  24. PASS0_SOURCEDIR=..\..\proxy\daytona\$(O)
  25. MIDL_UUIDDIR=..\..\proxy\daytona\$(O)
  26. # Workaround to avoid these no_format_opt duplicates message from midl:
  27. # Eliminate no_format_opt from MIDL_OPTIMIZATION
  28. # Define it for MIDL_FLAGS
  29. # MIDL_FLAGS is always with MIDL_OPTIMIZATION on build/nmake midl target rules.
  30. MIDL_OPTIMIZATION=$(MIDL_OPTIMIZATION:-no_format_opt=)
  31. MIDL_FLAGS=-no_format_opt
  32. INCLUDES=$(SDKINC)
  33. INCLUDES=$(INCLUDES);..\..\..\idl\public;..\..\..\idl\internal;..\..\..\idl\private
  34. INCLUDES=$(INCLUDES);..\..\..\stg\async\docfile
  35. SOURCES=mega.idl \
  36. prop.idl \