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.

45 lines
1.1 KiB

  1. TARGETNAME=uuidcom
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. # prevent system headers from being included. They are not needed just to
  5. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  6. # smaller library too.
  7. #
  8. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
  9. /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
  10. /DGUID_DEFS_ONLY /DUSE_COM_CONTEXT_DEF
  11. # These sources are generated when the ..\inc directory is processed.
  12. # They are copied here because the MIDL_UUIDDIR statement in the
  13. # ..\inc\sources file points to this directory.
  14. SOURCES=\
  15. cguid_i.c \
  16. qosguid.c \
  17. sifmt_i.c \
  18. trkadm_i.c \
  19. trkcom_i.c \
  20. vcguids.c \
  21. wdmguids.c \
  22. xenroll_i.c \
  23. $(O)\callobj_i.c \
  24. $(O)\ctxtcall_i.c \
  25. $(O)\iaccess_i.c \
  26. $(O)\immact_i.c \
  27. $(O)\oaidl_i.c \
  28. $(O)\objidl_i.c \
  29. $(O)\ocidl_i.c \
  30. $(O)\oleext_i.c \
  31. $(O)\oleidl_i.c \
  32. $(O)\pbagex_i.c \
  33. $(O)\propidl_i.c \
  34. $(O)\storext_i.c \
  35. $(O)\sysmgmt_i.c \
  36. $(O)\unknwn_i.c
  37. NTTARGETFILES=
  38. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}