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.

82 lines
1.7 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. David Plummer (davepl) 19-Mar-94
  12. Modifed by via awk to include global project include file
  13. 'olemk.inc' and to wrap precompiled header line within a
  14. conditional that can be set in this include file.
  15. Donna Liu (DonnaLi) 19-Dec-1993
  16. !ENDIF
  17. MAJORCOMP = cairole
  18. MINORCOMP = com
  19. TARGETNAME= servers
  20. TARGETPATH= obj
  21. TARGETTYPE= LIBRARY
  22. !include ..\..\..\chicago.inc
  23. INCLUDES= ..\;..\..\..\..\cinc;..\..\oleprx32\proxy;
  24. C_DEFINES= \
  25. $(C_DEFINES) \
  26. -DFLAT \
  27. -D_WIN32_=200 \
  28. -D_CHICAGO_=200 \
  29. -DNOEXCEPTIONS \
  30. -DCAIROLE_DOWNLEVEL
  31. SOURCES= \
  32. ..\mixedcf.cxx \
  33. ..\tmain.cxx \
  34. ..\loopscf.cxx \
  35. ..\embed.cxx \
  36. ..\cloop.cxx \
  37. ..\ballscf.cxx \
  38. ..\cballs.cxx \
  39. ..\cubescf.cxx \
  40. ..\ccubes.cxx \
  41. ..\rpccf.cxx \
  42. ..\crpc.cxx \
  43. ..\memstm.cxx \
  44. ..\qicf.cxx \
  45. ..\cqisrv.cxx \
  46. ..\actcf.cxx \
  47. ..\cact.cxx \
  48. ..\bscbnd.cxx \
  49. ..\ctext.cxx \
  50. ..\wterm2.cxx \
  51. ..\wterm.c \
  52. ..\advbnd.cxx \
  53. ..\persist.cxx \
  54. ..\oleobj.cxx \
  55. ..\dataobj.cxx \
  56. ..\stream.cxx
  57. UMTYPE= console
  58. PRECOMPILED_INCLUDE= ..\pch.cxx
  59. CHICAGO_PRODUCT = 1