/* * Copyright (C) 2001, 2000, 1999 David Essex * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307 USA */ /* -o Specify output file name (default name a.out)\n -fpic Generate position independent code, if possible */ #ifndef _HTHELP_H #define _HTHELP_H //#define TCOB_LANGUAGE_@tcob_lang@ 1 #ifdef TCOB_LANGUAGE_en #define HTG_OPTIONS "Compiler specific options:\n"\ " -h Help (display this listing)\n"\ " -a Create static library; Preprocess, compile, assemble and archive\n"\ " -B Specify libraries binding mode ( static or dynamic )\n"\ " -c Preprocess, compile and assemble, but do not link\n"\ " -e Specify entry point name (first program to execute)\n"\ " -E Output preprocessor to standard output only; do not compile, assemble or link\n"\ " -g Generate compiler debugging output\n"\ " -l Add library name to link step\n"\ " -L Add directory to library search path\n"\ " -m Create shared library; Preprocess, compile, assemble and link\n"\ " -M