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.

22 lines
501 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. !if !defined(BUILD_DEBUG_CRTS)
  5. #
  6. # SideBySide stuff.
  7. #
  8. SXS_ASSEMBLY_NAME=Microsoft.Windows.CPlusPlusRuntime
  9. SXS_SHORT_ASSEMBLY_NAME=msft-windows-mswincrt
  10. SXS_ASSEMBLY_VERSION=7.0
  11. SXS_ASSEMBLY_VERSION_PART_3=100
  12. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  13. # Put it in the $(_NTTREE) root as well as the long $(_NTTREE)\asms place.
  14. SXS_BINPLACE_ALSO_ROOT=1
  15. # plain .pdb name instead of longer unique one
  16. TARGETPDB=$(TARGETNAME)
  17. !endif