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.

67 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1989-2001, 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. CRTLIBTYPE=STP
  16. !include ..\sources.nt
  17. TARGETNAME=msvcirt
  18. TARGETTYPE=DYNLINK
  19. USE_MSVCRT=1
  20. C_DEFINES=/D_CRTIMP1=__declspec(dllexport) $(C_DEFINES)
  21. DLLDEF=$(O)\msvcirt.def
  22. SOURCES=$(SOURCES) \
  23. msvcirt.rc
  24. DLLENTRY=_DllMainCRTStartup
  25. LINKLIBS=\
  26. ..\..\eh\dll_ios\$(O)\oldexcpt.obj \
  27. ..\..\dllstuff\dll_ios\$(O)\ios_dll.obj
  28. LIBRARIAN_FLAGS=$(LIBRARIAN_FLAGS) -ignore:4102
  29. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  30. PASS1_PUBLISH={$(O)\msvcirt.lib=$(SDK_LIB_PATH)\msvcirt.lib}
  31. #
  32. # SideBySide stuff.
  33. # Keep this in sync in
  34. # base\crt\libw32\dll\sources
  35. # base\crt\crtw32\iostream\dll\sources
  36. # base\crts\asms\whistler\sources
  37. #
  38. SXS_ASSEMBLY_NAME=Microsoft.Windows.CPlusPlusRuntime
  39. SXS_SHORT_ASSEMBLY_NAME=msft-windows-mswincrt
  40. SXS_ASSEMBLY_VERSION=7.0
  41. SXS_ASSEMBLY_VERSION_PART_3=10
  42. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  43. # Put it in the $(_NTTREE) root as well as the long $(_NTTREE)\asms place.
  44. SXS_BINPLACE_ALSO_ROOT=1
  45. # Use the "regular" .pdb name, not the long sxs name.
  46. TARGETPDB=$(TARGETNAME)