
  Creation of new language-dependent resources.
  ---------------------------------------------

1. Edit the makevnc.cmd file: add the new language identifier to the LangList
   variable (identifiers in the list are separated by spaces).

2. Run:

   >makevnc.cmd newlang

   All necessary language-specific resource files will be copied from the
   English versions into the .\res directory. File names will end with the
   identifier specified in step 1.

3. Edit new files in .\res by replacing strings with translated ones. You can
   use any text editor. The following files must be edited:

      res\chatwin_ID.rc
      res\kbdxkey_ID.rc
      res\vncserver_ID.rc
      res\vncv_ID.rc
      res\vncviewer_ID.rc
      res\vncserver\programs_ID.txt
      res\README_ID
      res\script_ID.wis

   where ID is identifier specified in step 1.

   Note. In the files vncserver_ID.rc and vncviewer_ID.rc you must also edit
         line 'rcinclude "..\res\chatwin_en.rc"' by changing 'en' to the
         appropriate language identifier.
         In the script_ID.wis file you must specify the code page number in
         the CODEPAGE attribute of the WARPIN tag.

4. Run:

   >makevnc.cmd bin ID

   where ID is identifier specified in step 1.

   The project will be compiled for the new language, the executable files
   will be placed in the .\bin directory. You can check the result, if
   corrections are necessary, return to step 3.

5. To create a zipped WarpIN package for a new language, run:

   >makevnc.cmd wpi ID

   where ID is identifier specified in step 1.

   An archive file will be created with a name in the format:

     vnc-wpi-YYYYMMDD-ID.zip
