Source code of Windows XP (NT5)
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.

124 lines
2.5 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. Steve Wood (stevewo) 12-Apr-1990
  12. jeffrob 29-sep-1990, use crt32.def
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. MAJORCOMP=crt
  16. MINORCOMP=cruntime
  17. TARGETNAME=cruntime
  18. TARGETPATH=obj
  19. TARGETTYPE=LIBRARY
  20. 386_STDCALL=0
  21. !INCLUDE ..\crt32.def
  22. WIN32_DEFINE=-DWIN32=200 -D_CHICAGO_=200
  23. C_DEFINES=$(C_DEFINES) -D_MT=1 -D_NTSUBSET_
  24. INCLUDES=..; \
  25. ..\..\..\ih; \
  26. $(BASEDIR)\public\sdk\inc
  27. SOURCES= \
  28. ..\crt0dat.c \
  29. ..\crt0init.c \
  30. _ctype.c \
  31. ..\ctype.c \
  32. days.c \
  33. ..\dllcrt0.c \
  34. dtoxtime.c \
  35. ..\isctype.c \
  36. iswctype.c \
  37. labs.c \
  38. ..\mlock.c \
  39. ..\nlsdata1.c \
  40. ..\nlsdata2.c \
  41. ..\onexit.c \
  42. ..\purevirt.c \
  43. ..\qsort.c \
  44. ..\strtol.c \
  45. ..\tidtable.c \
  46. time.c \
  47. toupper.c \
  48. towlower.c \
  49. towupper.c \
  50. wcscat.c \
  51. wcschr.c \
  52. wcscmp.c \
  53. wcslen.c \
  54. wcslwr.c \
  55. wcsicmp.c \
  56. wcsncmp.c \
  57. wcsncpy.c \
  58. wcsnicmp.c \
  59. wcstok.cxx \
  60. wcstol.c \
  61. wcsupr.c \
  62. xtoa.c \
  63. atox.c \
  64. wtox.c \
  65. ..\xtow.c
  66. i386_SOURCES=..\i386\chkstk.asm \
  67. ..\i386\llshr.asm \
  68. i386\exsup.asm \
  69. i386\exsup3.asm \
  70. i386\memcmp.asm \
  71. i386\memcpy.asm \
  72. i386\memmove.asm \
  73. i386\memset.asm \
  74. i386\strcat.asm \
  75. i386\strchr.asm \
  76. i386\strcmp.asm \
  77. i386\strcspn.asm \
  78. i386\stricmp.asm \
  79. i386\strlen.asm \
  80. i386\strncpy.asm \
  81. i386\strnicmp.asm \
  82. i386\strrchr.asm \
  83. i386\strstr.asm \
  84. i386\strupr.asm
  85. !IF $386
  86. NTTARGETFILE0=$(NTTARGETFILE) i386\memmove.asm i386\strcspn.asm
  87. !ENDIF
  88. CHICAGO_PRODUCT=1
  89. NTBBT=
  90. _NT_BBT_ON_THIS_MACHINE=
  91. !IFDEF LEGOIZE_OLE32
  92. NTBBT=1
  93. _NT_BBT_ON_THIS_MACHINE=1
  94. !ENDIF