61 lines
3.6 KiB
Plaintext
61 lines
3.6 KiB
Plaintext
|
||
;
|
||
; Used by international builds.
|
||
;
|
||
; This text file maps the localized source files to the localization tree.
|
||
; Used by COPYLANG.PL to prepare the source tree for executing the compile time localization.
|
||
;
|
||
; Description of fields:
|
||
;
|
||
; Target = Target as listed in $(_NTBIDIR)\tools\intlbld.txt.
|
||
;
|
||
; SourceFilename = Filename as in the source tree.
|
||
;
|
||
; SourceTree = Path in the source tree, relative to $(_NTBINDIR).
|
||
;
|
||
; LocTree = Path in the localization tree, relative to "sources".
|
||
;
|
||
; LocTreeFilename = Filename as in the localization tree.
|
||
; Use . (dot) if the same as SourceFilename.
|
||
;
|
||
; Comments = Comments. This column is ignored by scripts.
|
||
;
|
||
|
||
;
|
||
; Target SourceFilename SourceTree LocTree LocTreeFilename Comments
|
||
; ==================================================================================================================================
|
||
MVDM dxmsg.asm base\mvdm\dpmi\$(LANG) mvdm .
|
||
MVDM strings.asm base\mvdm\wow16\kernel31\messages\$(LANG) mvdm .
|
||
MVDM messages.asm base\mvdm\dos\v86\dev\himem\$(LANG) mvdm .
|
||
MVDM bldmsg.h base\mvdm\dos\v86\cmd\command\$(LANG) mvdm .
|
||
MVDM message.h base\mvdm\dos\v86\cmd\setver\$(LANG) mvdm .
|
||
MVDM redirmsg.inc base\mvdm\dos\v86\redir\$(LANG) mvdm .
|
||
MVDM comimsg.inc base\mvdm\dos\v86\messages\$(LANG) mvdm .
|
||
MVDM comrmsg.inc base\mvdm\dos\v86\messages\$(LANG) mvdm .
|
||
MVDM loadmsg.msg base\mvdm\dos\v86\messages\$(LANG) mvdm .
|
||
MVDM $(LANG).msg base\mvdm\dos\v86\messages\$(LANG) mvdm msgs.msg
|
||
|
||
LDRS msg.$(LANG) base\boot\bldr ldrs msg.mc
|
||
LDRS msgs.$(LANG) base\boot\setup ldrs msgs.mc
|
||
STARTUP strings.h base\boot\startup\i386\$(LANG) ldrs .
|
||
|
||
BOOTFIX bootfix.inc base\boot\bootcode\etfs\i386\$(LANG) bootfix .
|
||
|
||
;IAS dnarydump.inf net\ias\misc\$(LANG) ias .
|
||
IAS iasdump.inf net\ias\misc\$(LANG) ias .
|
||
|
||
MAKEBOOT strings.c base\ntsetup\bom\makeboot\16bit\$(LANG) makeboot .
|
||
|
||
TXTSETUP dntext.c base\ntsetup\textmode\winnt\$(LANG) txtsetup .
|
||
|
||
MARS messages.inc ds\nw\inc\$(LANG) mars .
|
||
|
||
PERFS perfc$(PRIMARY_LANG_ID).ini base\screg\winreg\cntrtext\perfini\$(LANG) perfs perfc.ini
|
||
PERFS perfh$(PRIMARY_LANG_ID).ini base\screg\winreg\cntrtext\perfini\$(LANG) perfs perfh.ini
|
||
|
||
INFS_NTSETUP * mergedcomponents\setupinfs\$(LANG) infs\setup .
|
||
INFS_COMPDATA ntcompat.txt mergedcomponents\setupinfs\compdata\$(LANG) infs\setup\compdata .
|
||
INFS_TERMSRV * termsrv\setup\inf\$(LANG) infs\termsrv .
|
||
|
||
|
||
|