Changeset 182


Ignore:
Timestamp:
May 31, 2007, 9:22:58 PM (18 years ago)
Author:
RBRi
Message:

% build system updates (not fnished)

Location:
trunk/i18n
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/i18n/de/makeall.cmd

    r178 r182  
    2121nv_rc = SysMkDir(nv_build_dir)
    2222
    23 /* copy changes.txt */
    24 /* TODO copy Changes.txt nv_build_dir */
    25 
    26 
    2723/* compile the ipf file */
    28 ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp'
     24ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp -D:049 -C:850 -L:DEU'
    2925
    3026/* copy the lang file */
    3127copy 'newview_de.lng' nv_build_dir
    3228
     29/* copy the readme.txt file */
     30/* TODO copy 'lisezmoi.txt' nv_build_dir */
     31
  • trunk/i18n/makeall.cmd

    r14 r182  
    2626
    2727/* compile the ipf file */
    28 ipfc NewView.ipf nv_build_dir||'\NewView.hlp'
     28ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp -D:001 -C:850 -L:ENU'
    2929
    3030call SysFileTree nv_i18n_dir||'\', subdirs, 'DO'
     
    3434        if  0 = lastpos('.svn', subdirs.i) then
    3535        do
    36             nv_locale = substr(subdirs.i, lastpos('\',subdirs.i) + 1)
    37 
    38             /* compile the ipf file inside the dir */
    39             call SysFileTree subdirs.i || '\NewView_' || nv_locale || '.ipf', ipffiles, 'FO'
    40             do j=1 to ipffiles.0
    41                 ipfc ipffiles.j nv_build_dir || '\NewView_' || nv_locale || '.hlp'
    42             end
    43 
    44             /* copy the lang file */
    45             copy subdirs.i || '\newview_' || nv_locale || '.lng' nv_build_dir
     36            cd subdirs.i
     37            /* call makeall for every dir */
     38            makeall
     39            cd ..
    4640        end
    4741    end
Note: See TracChangeset for help on using the changeset viewer.