Changeset 182
- Timestamp:
- May 31, 2007, 9:22:58 PM (18 years ago)
- Location:
- trunk/i18n
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/i18n/de/makeall.cmd
r178 r182 21 21 nv_rc = SysMkDir(nv_build_dir) 22 22 23 /* copy changes.txt */24 /* TODO copy Changes.txt nv_build_dir */25 26 27 23 /* compile the ipf file */ 28 ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp '24 ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp -D:049 -C:850 -L:DEU' 29 25 30 26 /* copy the lang file */ 31 27 copy 'newview_de.lng' nv_build_dir 32 28 29 /* copy the readme.txt file */ 30 /* TODO copy 'lisezmoi.txt' nv_build_dir */ 31 -
trunk/i18n/makeall.cmd
r14 r182 26 26 27 27 /* compile the ipf file */ 28 ipfc NewView .ipf nv_build_dir||'\NewView.hlp'28 ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp -D:001 -C:850 -L:ENU' 29 29 30 30 call SysFileTree nv_i18n_dir||'\', subdirs, 'DO' … … 34 34 if 0 = lastpos('.svn', subdirs.i) then 35 35 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 .. 46 40 end 47 41 end
Note:
See TracChangeset
for help on using the changeset viewer.