home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / gadtoolsbox / gengtxsource / readme.txt < prev    next >
Text File  |  1995-02-27  |  3KB  |  52 lines

  1.  
  2.  GenGTXSource v1.0 - (C) Copyright 1992-1993 Jaba Development. All rights reserved.
  3.  
  4.  This is an example source generator for GadToolsBox GUI files. It is distributed as
  5.  an example for the people that wish to build their own source generator. Please note
  6.  that it is not a complete source generator because it does miss some things. This is
  7.  because I mainly written it to generate the source for the GadToolsBox main program.
  8.  Also note that the generated source is using GTXLibrary calls, it shares strings
  9.  between the different windows in a GUI (never the same string twice...) and it
  10.  generates localized source.
  11.  
  12.     Usage:
  13.  
  14.         GenGTXSource NAME/A,TO/A,BUILTIN/K,CATALOG/K/A,PREPEND/K,VERSION/K/N,QUIET/S
  15.  
  16.     With:
  17.  
  18.         NAME                - The name of the GadToolsBox GUI file to generate.
  19.         TO                  - The base name of the generated source files. When
  20.                               you supply "test" here  the  following  files are
  21.                               generated:
  22.  
  23.                                     test.c              main source
  24.                                     test.h              main header
  25.                                     test_protos.h       prototypes
  26.                                     test_locale.h       CatComp generated header
  27.                                     test.cd             catalog description file
  28.         BUILTIN             - With this argument you specify the builtin language
  29.                               of the GUI. When for example you have designed your
  30.                               GUI with dutch strings you specify "nederlands"
  31.                               here. Defaults to "english".
  32.         CATALOG             - With this argument you specify the name of the catalog
  33.                               that the generated source must open.
  34.         PREPEND             - Here you can specify the name of your own catalog
  35.                               descrition file which will be added to the generated
  36.                               one before CatComp is called.
  37.         VERSION             - With this argument you specify the version of the
  38.                               catalog that the generated source must open. Defaults
  39.                               to 0.
  40.         QUIET               - This switch tells GenGTXSource to surpress progress
  41.                               information.
  42.  
  43.     Catalogs:
  44.  
  45.     Nederlands              - Jan van den Baard
  46.     Deutsch                 - Kai Bolay
  47.     Italiano                - Maurizio Ciccione
  48.     Français                - Reza Elghazi
  49.     Norsk                   - Christopher Naas
  50.  
  51.  NOTE: GenGTXSource *requires* CatComp V38 to be in the system path.
  52.