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.

57 lines
1.8 KiB

  1. # Note: This lsources is only used for the development 'in-place' build
  2. # (PRE_BLD=0, POST_BLD=0) and not for the true build with cleansed files.
  3. CURDIR = iostream
  4. !if "$(PRE_BLD)"=="0" && "$(POST_BLD)"=="0"
  5. _iostream_: $(OBJDIR)\$(CURDIR).lib
  6. !endif
  7. OBJS=\
  8. $(OBJDIR)\_iostrea.obj \
  9. $(OBJDIR)\iostrini.obj \
  10. $(OBJDIR)\cerrinit.obj \
  11. $(OBJDIR)\cininit.obj \
  12. $(OBJDIR)\cloginit.obj \
  13. $(OBJDIR)\filebuf.obj \
  14. $(OBJDIR)\filebuf1.obj \
  15. $(OBJDIR)\fstream.obj \
  16. $(OBJDIR)\ifstream.obj \
  17. $(OBJDIR)\_ios.obj \
  18. $(OBJDIR)\istrchar.obj \
  19. $(OBJDIR)\istrdbl.obj \
  20. $(OBJDIR)\istream.obj \
  21. $(OBJDIR)\istream1.obj \
  22. $(OBJDIR)\istrflt.obj \
  23. $(OBJDIR)\istrgdbl.obj \
  24. $(OBJDIR)\istrget.obj \
  25. $(OBJDIR)\istrgetl.obj \
  26. $(OBJDIR)\istrgint.obj \
  27. $(OBJDIR)\istrint.obj \
  28. $(OBJDIR)\istrldbl.obj \
  29. $(OBJDIR)\istrlong.obj \
  30. $(OBJDIR)\istrshrt.obj \
  31. $(OBJDIR)\istruint.obj \
  32. $(OBJDIR)\istrulng.obj \
  33. $(OBJDIR)\istrusht.obj \
  34. $(OBJDIR)\mtlock.obj \
  35. $(OBJDIR)\ofstream.obj \
  36. $(OBJDIR)\ostrchar.obj \
  37. $(OBJDIR)\ostrdbl.obj \
  38. $(OBJDIR)\ostream.obj \
  39. $(OBJDIR)\ostream1.obj \
  40. $(OBJDIR)\ostrint.obj \
  41. $(OBJDIR)\ostrldbl.obj \
  42. $(OBJDIR)\ostrlong.obj \
  43. $(OBJDIR)\ostrptr.obj \
  44. $(OBJDIR)\ostrput.obj \
  45. $(OBJDIR)\ostrshrt.obj \
  46. $(OBJDIR)\ostruint.obj \
  47. $(OBJDIR)\ostrulng.obj \
  48. $(OBJDIR)\ostrusht.obj \
  49. $(OBJDIR)\stdiostr.obj \
  50. $(OBJDIR)\streamb.obj \
  51. $(OBJDIR)\streamb1.obj \
  52. $(OBJDIR)\strmbdbp.obj \
  53. $(OBJDIR)\_strstre.obj