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.

72 lines
4.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. ; Op = Operation: copY (Y) /coMpile (M). Indicates the way
  18. ; the file propagation must take
  19. ;
  20. ; LANG = Valid language. Use rules as the prodskus.txt
  21. ;
  22. ; LocTreeFilename = Filename as in the localization tree.
  23. ; Use . (dot) if the same as SourceFilename.
  24. ;
  25. ; Comments = Comments. This column is ignored by scripts.
  26. ;
  27. ;
  28. ;
  29. ; Target Lang Op SourceFilename SourceTree LocTree LocTreeFilename
  30. ; ====================================================================================================================================
  31. ;
  32. MVDM * Y dxmsg.asm base\mvdm\dpmi\$(LANG) mvdm .
  33. MVDM * Y strings.asm base\mvdm\wow16\kernel31\messages\$(LANG) mvdm .
  34. MVDM * Y messages.asm base\mvdm\dos\v86\dev\himem\$(LANG) mvdm .
  35. MVDM * Y bldmsg.h base\mvdm\dos\v86\cmd\command\$(LANG) mvdm .
  36. MVDM * Y message.h base\mvdm\dos\v86\cmd\setver\$(LANG) mvdm .
  37. MVDM * Y redirmsg.inc base\mvdm\dos\v86\redir\$(LANG) mvdm .
  38. MVDM * Y comimsg.inc base\mvdm\dos\v86\messages\$(LANG) mvdm .
  39. MVDM * Y comrmsg.inc base\mvdm\dos\v86\messages\$(LANG) mvdm .
  40. MVDM * Y loadmsg.msg base\mvdm\dos\v86\messages\$(LANG) mvdm .
  41. MVDM * Y $(LANG).msg base\mvdm\dos\v86\messages\$(LANG) mvdm msgs.msg
  42. LDRS * Y msg.$(LANG) base\boot\bldr ldrs msg.mc
  43. LDRS * Y msgs.$(LANG) base\boot\setup ldrs msgs.mc
  44. STARTUP * Y strings.h base\boot\startup\i386\$(LANG) ldrs .
  45. BOOTFIX * Y bootfix.inc base\boot\bootcode\etfs\i386\$(LANG) bootfix .
  46. IAS ~ARA;~HEB Y dnarydump.inf net\ias\misc\$(LANG) ias .
  47. IAS ~ARA;~HEB Y iasdump.inf net\ias\misc\$(LANG) ias .
  48. MAKEBOOT * Y strings.c base\ntsetup\bom\makeboot\16bit\$(LANG) makeboot .
  49. TXTSETUP * Y dntext.c base\ntsetup\textmode\winnt\$(LANG) txtsetup .
  50. ; UDDI * Y web.config.$(LANG) inetsrv\uddi\help\ui\default inetsrv\uddi\help\ui\default web.config.$(LANG)
  51. MARS * Y messages.inc ds\nw\inc\$(LANG) mars .
  52. PERFS ~ARA;~HEB Y perfc$(PRIMARY_LANG_ID).ini base\screg\winreg\cntrtext\perfini\$(LANG) perfs perfc.ini
  53. PERFS ~ARA;~HEB Y perfh$(PRIMARY_LANG_ID).ini base\screg\winreg\cntrtext\perfini\$(LANG) perfs perfh.ini
  54. INFS_NTSETUP * M * mergedcomponents\setupinfs\$(LANG) infs\setup .
  55. INFS_COMPDATA * M ntcompat.txt mergedcomponents\setupinfs\compdata\$(LANG) infs\setup\compdata .
  56. INFS_TERMSRV ~ARA;~HEB Y * termsrv\setup\inf\$(LANG) infs\termsrv .
  57. INFS_FIXPRNSV * M * printscan\print\drivers\binaries\fixprnsv\infs\$(LANG) infs\fixprnsv .
  58. INFS_FAXSRV * M * printscan\faxsrv\setup\inf\$(LANG) infs\faxsrv .
  59.