Changeset 183
- Timestamp:
- Jun 1, 2007, 8:45:56 PM (18 years ago)
- Location:
- trunk/i18n
- Files:
-
- 10 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/i18n/de/makeall.cmd
r182 r183 5 5 /* */ 6 6 /* Copyright 2003-2006 Aaron Lawrence (aaronl at consultant dot com) */ 7 /* Copyright 2006 Ronald Brill (rbri at rbri.org)*/7 /* Copyright 2006/2007 Ronald Brill (rbri at rbri.org) */ 8 8 /* */ 9 9 /* This software is released under the Gnu Public License */ … … 21 21 nv_rc = SysMkDir(nv_build_dir) 22 22 23 /* compile the ipf file */ 24 ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp -D:049 -C:850 -L:DEU' 23 /* copy changes.txt */ 24 /* copy Changes.txt nv_build_dir */ 25 26 /* copy the readme.txt file */ 27 /* TODO copy 'readme.txt' nv_build_dir */ 25 28 26 29 /* copy the lang file */ 27 30 copy 'newview_de.lng' nv_build_dir 28 31 29 /* co py the readme.txtfile */30 /* TODO copy 'lisezmoi.txt' nv_build_dir */ 32 /* compile the ipf file */ 33 ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp -D:049 -C:850 -L:DEU' 31 34 -
trunk/i18n/fr/makeall.cmd
r182 r183 5 5 /* */ 6 6 /* Copyright 2003-2006 Aaron Lawrence (aaronl at consultant dot com) */ 7 /* Copyright 2006 Ronald Brill (rbri at rbri.org)*/7 /* Copyright 2006/2007 Ronald Brill (rbri at rbri.org) */ 8 8 /* */ 9 9 /* This software is released under the Gnu Public License */ … … 21 21 nv_rc = SysMkDir(nv_build_dir) 22 22 23 /* compile the ipf file */ 24 ipfc NewView_fr.ipf nv_build_dir||'\NewView_fr.hlp -D:033 -C:850 -L:FRA' 23 /* copy changes.txt */ 24 /* copy Changes.txt nv_build_dir */ 25 26 /* copy the readme.txt file */ 27 copy 'lisezmoi.txt' nv_build_dir 25 28 26 29 /* copy the lang file */ 27 30 copy 'newview_fr.lng' nv_build_dir 28 31 29 /* co py the readme.txtfile */30 copy 'lisezmoi.txt' nv_build_dir 32 /* compile the ipf file */ 33 ipfc NewView_fr.ipf nv_build_dir||'\NewView_fr.hlp -D:033 -C:850 -L:FRA' 31 34 -
trunk/i18n/makeall.cmd
r182 r183 5 5 /* */ 6 6 /* Copyright 2003-2006 Aaron Lawrence (aaronl at consultant dot com) */ 7 /* Copyright 2006 Ronald Brill (rbri at rbri.org)*/7 /* Copyright 2006-2007 Ronald Brill (rbri at rbri.org) */ 8 8 /* */ 9 9 /* This software is released under the Gnu Public License */
Note:
See TracChangeset
for help on using the changeset viewer.