From 87a8b2d9c7199440a40b28dfba97275304b2344d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 8 Aug 2005 15:08:06 +0000 Subject: Add --cc and --cxx options to fltk-config, which show the compilers that were used to compile FLTK... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4488 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/fltk-config.man | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/fltk-config.man b/documentation/fltk-config.man index 9a19f8cd4..423e7538a 100644 --- a/documentation/fltk-config.man +++ b/documentation/fltk-config.man @@ -1,4 +1,4 @@ -.TH fltk-config 1 "Fast Light Tool Kit" "24 April 2002" +.TH fltk-config 1 "Fast Light Tool Kit" "8 August 2005" .SH NAME fltk-config \- script to get information about the installed version of fltk. .sp @@ -8,6 +8,7 @@ fltk-config [ --prefix ] [ --exec-prefix .I [=DIR] ] [ --version ] [ --api-version ] [ --use-gl ] [ --use-images ] [ --use-glut ] +[ --cc ] [ --cxx ] [ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ] [ --libs ] [ -g ] [ --compile .I program.cxx @@ -26,6 +27,12 @@ The following options are supported: .br Displays the current FLTK API version number, e.g. "1.1". .TP 5 +--cc +.TP 5 +--cxx +.br +Displays the C/C++ compiler that was used to compile FLTK. +.TP 5 --cflags .TP 5 --cxxflags -- cgit v1.2.3