Changeset 183


Ignore:
Timestamp:
Jun 1, 2007, 8:45:56 PM (18 years ago)
Author:
RBRi
Message:

improved i18 build

Location:
trunk/i18n
Files:
10 added
3 edited

Legend:

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

    r182 r183  
    55/*                                                                           */
    66/* 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)                       */
    88/*                                                                           */
    99/* This software is released under the Gnu Public License                    */
     
    2121nv_rc = SysMkDir(nv_build_dir)
    2222
    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 */
    2528
    2629/* copy the lang file */
    2730copy 'newview_de.lng' nv_build_dir
    2831
    29 /* copy the readme.txt file */
    30 /* TODO copy 'lisezmoi.txt' nv_build_dir */
     32/* compile the ipf file */
     33ipfc NewView_de.ipf nv_build_dir||'\NewView_de.hlp -D:049 -C:850 -L:DEU'
    3134
  • trunk/i18n/fr/makeall.cmd

    r182 r183  
    55/*                                                                           */
    66/* 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)                       */
    88/*                                                                           */
    99/* This software is released under the Gnu Public License                    */
     
    2121nv_rc = SysMkDir(nv_build_dir)
    2222
    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 */
     27copy 'lisezmoi.txt' nv_build_dir
    2528
    2629/* copy the lang file */
    2730copy 'newview_fr.lng' nv_build_dir
    2831
    29 /* copy the readme.txt file */
    30 copy 'lisezmoi.txt' nv_build_dir
     32/* compile the ipf file */
     33ipfc NewView_fr.ipf nv_build_dir||'\NewView_fr.hlp -D:033 -C:850 -L:FRA'
    3134
  • trunk/i18n/makeall.cmd

    r182 r183  
    55/*                                                                           */
    66/* 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)                       */
    88/*                                                                           */
    99/* This software is released under the Gnu Public License                    */
Note: See TracChangeset for help on using the changeset viewer.