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.

60 lines
3.6 KiB

  1. ;
  2. ; Used by international builds.
  3. ;
  4. ; This text file maps the localized source files to the localization tree.
  5. ; Used by COPYLANG.PL to prepare the source tree for executing the compile time localization.
  6. ;
  7. ; Description of fields:
  8. ;
  9. ; Target = Target as listed in $(_NTBIDIR)\tools\intlbld.txt.
  10. ;
  11. ; SourceFilename = Filename as in the source tree.
  12. ;
  13. ; SourceTree = Path in the source tree, relative to $(_NTBINDIR).
  14. ;
  15. ; LocTree = Path in the localization tree, relative to "sources".
  16. ;
  17. ; LocTreeFilename = Filename as in the localization tree.
  18. ; Use . (dot) if the same as SourceFilename.
  19. ;
  20. ; Comments = Comments. This column is ignored by scripts.
  21. ;
  22. ;
  23. ; Target SourceFilename SourceTree LocTree LocTreeFilename Comments
  24. ; ==================================================================================================================================
  25. MVDM dxmsg.asm base\mvdm\dpmi\$(LANG) mvdm .
  26. MVDM strings.asm base\mvdm\wow16\kernel31\messages\$(LANG) mvdm .
  27. MVDM messages.asm base\mvdm\dos\v86\dev\himem\$(LANG) mvdm .
  28. MVDM bldmsg.h base\mvdm\dos\v86\cmd\command\$(LANG) mvdm .
  29. MVDM message.h base\mvdm\dos\v86\cmd\setver\$(LANG) mvdm .
  30. MVDM redirmsg.inc base\mvdm\dos\v86\redir\$(LANG) mvdm .
  31. MVDM comimsg.inc base\mvdm\dos\v86\messages\$(LANG) mvdm .
  32. MVDM comrmsg.inc base\mvdm\dos\v86\messages\$(LANG) mvdm .
  33. MVDM loadmsg.msg base\mvdm\dos\v86\messages\$(LANG) mvdm .
  34. MVDM $(LANG).msg base\mvdm\dos\v86\messages\$(LANG) mvdm msgs.msg
  35. LDRS msg.$(LANG) base\boot\bldr ldrs msg.mc
  36. LDRS msgs.$(LANG) base\boot\setup ldrs msgs.mc
  37. STARTUP strings.h base\boot\startup\i386\$(LANG) ldrs .
  38. BOOTFIX bootfix.inc base\boot\bootcode\etfs\i386\$(LANG) bootfix .
  39. ;IAS dnarydump.inf net\ias\misc\$(LANG) ias .
  40. IAS iasdump.inf net\ias\misc\$(LANG) ias .
  41. MAKEBOOT strings.c base\ntsetup\bom\makeboot\16bit\$(LANG) makeboot .
  42. TXTSETUP dntext.c base\ntsetup\textmode\winnt\$(LANG) txtsetup .
  43. MARS messages.inc ds\nw\inc\$(LANG) mars .
  44. PERFS perfc$(PRIMARY_LANG_ID).ini base\screg\winreg\cntrtext\perfini\$(LANG) perfs perfc.ini
  45. PERFS perfh$(PRIMARY_LANG_ID).ini base\screg\winreg\cntrtext\perfini\$(LANG) perfs perfh.ini
  46. INFS_NTSETUP * mergedcomponents\setupinfs\$(LANG) infs\setup .
  47. INFS_COMPDATA ntcompat.txt mergedcomponents\setupinfs\compdata\$(LANG) infs\setup\compdata .
  48. INFS_TERMSRV * termsrv\setup\inf\$(LANG) infs\termsrv .
  49.