Changeset 1325


Ignore:
Timestamp:
Oct 28, 2016, 5:44:11 AM (8 years ago)
Author:
rlwalsh
Message:

build: enable creation of complete, standalone NLS versions which
don't require prior installation of a base English package; this
deprecates the use of 'NLS' make targets but does not remove them

Location:
branches/branch-1-0
Files:
5 added
7 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/branch-1-0/001/nls001.wis

    r1324 r1325  
     1<!-- ============================================================== -->
     2<!--                                                                -->
     3<!-- This file is DEPRECATED and is only used to build an English   -->
     4<!-- NLS support package. Please apply updates to 'XWP001.WIS'      -->
     5<!-- which will build a complete, standalone package for English.   -->
     6<!--                                                                -->
     7<!-- ============================================================== -->
     8
    19<!-- minimum required version of WarpIN -->
    210<WARPIN VERSION="1.0.19" OS="OS2_4x">
  • TabularUnified branches/branch-1-0/031/nls031.wis

    r1324 r1325  
     1<!-- ============================================================== -->
     2<!--                                                                -->
     3<!-- This file is DEPRECATED and is only used to build a Dutch      -->
     4<!-- NLS support package. Please apply updates to 'XWP031.WIS'      -->
     5<!-- which will build a complete, standalone package for Dutch.     -->
     6<!--                                                                -->
     7<!-- ============================================================== -->
     8
    19<!-- minimum required version of WarpIN -->
    210<WARPIN VERSION="1.0.19" OS="OS2_4x">
  • TabularUnified branches/branch-1-0/039/nls039.wis

    r1324 r1325  
     1<!-- ============================================================== -->
     2<!--                                                                -->
     3<!-- This file is DEPRECATED and is only used to build an Italian   -->
     4<!-- NLS support package. Please apply updates to 'XWP039.WIS'      -->
     5<!-- which will build a complete, standalone package for Italian.   -->
     6<!--                                                                -->
     7<!-- ============================================================== -->
     8
    19<!-- minimum required version of WarpIN -->
    210<WARPIN VERSION="1.0.19" OS="OS2_4x">
  • TabularUnified branches/branch-1-0/049/nls049.wis

    r1324 r1325  
     1<!-- ============================================================== -->
     2<!--                                                                -->
     3<!-- This file is DEPRECATED and is only used to build a German     -->
     4<!-- NLS support package. Please apply updates to 'XWP049.WIS'      -->
     5<!-- which will build a complete, standalone package for German.    -->
     6<!--                                                                -->
     7<!-- ============================================================== -->
     8
    19<!-- minimum required version of WarpIN -->
    210<WARPIN VERSION="1.0.19" OS="OS2_4x">
  • TabularUnified branches/branch-1-0/081/nls081.wis

    r1324 r1325  
     1<!-- ============================================================== -->
     2<!--                                                                -->
     3<!-- This file is DEPRECATED and is only used to build a Japanese   -->
     4<!-- NLS support package. Please apply updates to 'XWP081.WIS'      -->
     5<!-- which will build a complete, standalone package for Japanese.  -->
     6<!--                                                                -->
     7<!-- ============================================================== -->
     8
    19<!-- minimum required version of WarpIN -->
    210<WARPIN VERSION="1.0.19" OS="OS2_4x">
  • TabularUnified branches/branch-1-0/makewpi.cmd

    r1306 r1325  
    22wpistem = 'xwp-1-0-11'
    33filetime = '01:11:00'
    4 wisfile = 'xwp.wis'
    54/**/
    65call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
     
    1615  countrycode = 1
    1716
     17wisfile = right(countrycode, 3, '0')'\xwp'right(countrycode, 3, '0')'.wis'
     18
     19select
     20  when countrycode = 1 then
     21    wpistem = wpistem'-en'
     22  when countrycode = 31 then
     23    wpistem = wpistem'-nl'
     24  when countrycode = 39 then
     25    wpistem = wpistem'-it'
     26  when countrycode = 49 then
     27    wpistem = wpistem'-de'
     28  when countrycode = 81 then
     29    wpistem = wpistem'-ja'
     30  otherwise do
     31    wpistem = wpistem'-'right(countrycode, 3, '0')
     32    wisfile = 'xwp.wis'
     33    end
     34end
     35
    1836packages.0 = 3
    19 packages.1.id = countrycode
     37packages.1.id = 1
    2038packages.1.dir = 'kernel'
    2139packages.2.id = 1000 + countrycode
  • TabularUnified branches/branch-1-0/xwp.wis

    r1324 r1325  
     1<!-- ============================================================== -->
     2<!--                                                                -->
     3<!-- This file is OBSOLETE for supported NLS versions of XWP        -->
     4<!-- (DE/EN/IT/JA/NL). It is only used to build 3rd-party NLS       -->
     5<!-- versions (e.g RU/SV).                                          -->
     6<!--                                                                -->
     7<!-- Please see 'XWP0xx.WIS' in each of the NLS directories for     -->
     8<!-- the current WarpIn scripts which build complete, standalone    -->
     9<!-- NLS packages (i.e. kernel/NLS support/documentation).          -->
     10<!--                                                                -->
     11<!-- Note: the legacy NLS scripts ('NLS0xx.WIS') are still          -->
     12<!-- available to build NLS-only support packages.                  -->
     13<!--                                                                -->
     14<!-- ============================================================== -->
     15
    116<!-- XWorkplace installation profile for WarpIN -->
    217
Note: See TracChangeset for help on using the changeset viewer.