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.
|
|
; ; Used by international builds. ; ; This text file lists the valid target/language/architecture combinations. ; ; Description of fields: ; ; Target = NMAKE target, as in makefile %_NTBINDIR%\tools\intlbld.mak. ; ; Languages = Languages applicable to the given target. ; Both individual languages and classes of languages are accepted. ; Prefix individual languages with "~" in order to exclude them from the mapping. ; Use ";" as a separator. ; See %(_NTBINDIR)\tools\codes.txt for the complete list of languages and classes. ; ; Architectures = Architectures applicable to the given target. ; One of x86 and ia64 or both. ; Use ";" as a separator. ; ; Comments = Comments. ; This column is ignored by the build scripts. ;
; [Target] [Languages] [Architectures] [Comments] ; ==========================================================================
LDRS @FE;@EU x86;ia64 STARTUP @EU x86 Subtarget of LDRS.
MVDM @EU x86
MAKEBOOT JPN;@EU;~RU;~EL x86
MARS @FE;@EU x86
TXTSETUP JPN;@EU x86
BOOTFIX @EU;~RU;~EL x86;ia64
IAS @FE;@CS;@EU x86;ia64
PERFS @FE;@CS;@EU x86;ia64
INFS @FE;@CS;@EU x86;ia64 INFS_CHH CHT x86;ia64 INFS_NTSETUP @FE;@CS;@EU x86;ia64 Subtarget of INFS. INFS_TERMSRV @FE;@CS;@EU x86;ia64 Subtarget of INFS. INFS_COMPDATA @FE;@EU; x86;ia64 Subtarget of INFS. INFS_DRIVERS @FE;@CS;@EU x86;ia64 Subtarget of INFS. INFS_WINPE @FE;@CS;@EU x86;ia64 Subtarget of INFS.
EXTERNAL @FE;@CS;@EU x86;ia64
|