|
NAMEassa-genesis - generates skeleton files for RAD development with ASSA librarySYNOPSISassa-genesis [OPTIONS] <app_name>USAGEFour files are generated by default:
In addition, if --gtk2-app options was specified, the MainWindow class is generated:
If {-t, --one-file} switch is used, everything is put in one file, <app_name>.cpp. This is primarily used for writing test programs. See ASSA User's Guide for further details OPTIONS
--with-lgpl-license Generate files with LGPL license headers. --with-x11-license Generate files with X11-type license headers. --with-makefile Generate GNUmakefile.<app-name> file. --gtk2-app Generate Gtkmm2-2.4 ready application. -o, --one-file Put everything in one file -e, --extension STRING Set file extention for C++ code (C, cxx, ...) -h, --help print help message -v, --version print version number AUTHOROriginal program written by Vladislav Grinchenko.This manual page was written by Miriam Ruiz <little_miry@yahoo.es>, for the Debian project (but may be used by others).
Visit the GSP FreeBSD Man Page Interface. |