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.

85 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1992-2001, Microsoft Corporation. All rights reserved.
  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. Set MAKEFILE. for BLDCRT=1 definition that forces use of MS C8 C++ compiler
  11. for all platforms to compile these files.
  12. Author:
  13. karlsi 15-Jun-1992, Created.
  14. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  15. !ENDIF
  16. MAJORCOMP=crt
  17. MINORCOMP=iostream
  18. TARGETNAME=iostream
  19. !INCLUDE ..\..\crt32.nt
  20. !ifdef BUILD_DEBUG_CRTS
  21. DEBUG_CRTS=1
  22. !endif
  23. SOURCES=..\_iostrea.cpp \
  24. ..\iostrini.cpp \
  25. ..\cerrinit.cpp \
  26. ..\cininit.cpp \
  27. ..\cloginit.cpp \
  28. ..\filebuf.cpp \
  29. ..\filebuf1.cpp \
  30. ..\fstream.cpp \
  31. ..\ifstream.cpp \
  32. ..\_ios.cpp \
  33. ..\istrchar.cpp \
  34. ..\istrdbl.cpp \
  35. ..\istream.cpp \
  36. ..\istream1.cpp \
  37. ..\istrflt.cpp \
  38. ..\istrgdbl.cpp \
  39. ..\istrget.cpp \
  40. ..\istrgetl.cpp \
  41. ..\istrgint.cpp \
  42. ..\istrint.cpp \
  43. ..\istrldbl.cpp \
  44. ..\istrlong.cpp \
  45. ..\istrshrt.cpp \
  46. ..\istruint.cpp \
  47. ..\istrulng.cpp \
  48. ..\istrusht.cpp \
  49. ..\mtlock.c \
  50. ..\ofstream.cpp \
  51. ..\ostrchar.cpp \
  52. ..\ostrdbl.cpp \
  53. ..\ostream.cpp \
  54. ..\ostream1.cpp \
  55. ..\ostrint.cpp \
  56. ..\ostrldbl.cpp \
  57. ..\ostrlong.cpp \
  58. ..\ostrptr.cpp \
  59. ..\ostrput.cpp \
  60. ..\ostrshrt.cpp \
  61. ..\ostruint.cpp \
  62. ..\ostrulng.cpp \
  63. ..\ostrusht.cpp \
  64. ..\stdiostr.cpp \
  65. ..\streamb.cpp \
  66. ..\streamb1.cpp \
  67. ..\strmbdbp.cpp \
  68. ..\_strstre.cpp
  69. C_DEFINES=-D_OLD_IOSTREAMS $(C_DEFINES)