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.

50 lines
959 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: Johann Posch
  11. !ENDIF
  12. NO_CAIRO_LIBS=1
  13. MAJORCOMP=urlmon
  14. MINORCOMP=urlproxy
  15. TARGETNAME=urlproxy
  16. !include ..\..\daytona.inc
  17. C_DEFINES= \
  18. $(C_DEFINES) \
  19. -DREGISTER_PROXY_DLL
  20. TARGETPATH=obj
  21. TARGETTYPE=LIBRARY
  22. INCLUDES=..\..\inc;..\..\idl\$(O)
  23. # All the files listed below ending in _p.c and _i.c are generated by MIDL
  24. SOURCES= \
  25. ..\call_as.cxx \
  26. ..\dlldatax.c \
  27. ..\transmit.cxx \
  28. $(O)\urlmki_p.c
  29. CONDITIONAL_INCLUDES = \
  30. winwlm.h \
  31. macwin32.h
  32. NTTARGETFILE1= \
  33. $(O)\urlmki_p.c