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.

46 lines
984 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. !ENDIF
  11. MINORCOMP=httpguids
  12. !INCLUDE ..\wininet.inc
  13. TARGETNAME=httpguids
  14. TARGETTYPE=LIBRARY
  15. SYNCHRONIZE_BLOCK=1
  16. # prevent system headers from being included. They are not needed just to
  17. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  18. # smaller library too.
  19. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
  20. /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
  21. /DGUID_DEFS_ONLY
  22. #PASS0_HEADERDIR=$(DESTDIR)
  23. #PASS0_SOURCEDIR=$(DESTDIR)\$(TARGET_DIRECTORY)
  24. #MIDL_UUIDDIR=.
  25. SOURCES= \
  26. httprequest.idl \
  27. httprequest_i.c
  28. INCLUDES= \
  29. $(WINDOWS_INC_PATH)\