diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-24 12:14:57 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-24 12:14:57 +0000 |
| commit | c90c981570c974935953cc3ee742a4d009c31301 (patch) | |
| tree | c8c84c5c54d39d320b36b4fc920cbf877b83ca7d /documentation | |
| parent | 8d187b30e5112528cf39b6e27bc4c03080409e47 (diff) | |
Add -g option to fltk-config.
Fix NULL filename bug in fl_file_chooser().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2103 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/fltk-config.man | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/fltk-config.man b/documentation/fltk-config.man index 9c1fb7f41..9a19f8cd4 100644 --- a/documentation/fltk-config.man +++ b/documentation/fltk-config.man @@ -1,4 +1,4 @@ -.TH fltk-config 1 "Fast Light Tool Kit" "6 January 2002" +.TH fltk-config 1 "Fast Light Tool Kit" "24 April 2002" .SH NAME fltk-config \- script to get information about the installed version of fltk. .sp @@ -9,7 +9,7 @@ fltk-config [ --prefix .I [=DIR] ] [ --version ] [ --api-version ] [ --use-gl ] [ --use-images ] [ --use-glut ] [ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ] [ --libs ] -[ --compile +[ -g ] [ --compile .I program.cxx ] [ --post .I program @@ -38,6 +38,11 @@ files that use FLTK. Compiles the source file \fIprogram.cxx\fR into \fIprogram\fR. This option implies "--post \fIprogram\fR". .TP 5 +-g +.br +Enables debugging information when compiling with the \fI--compile\fR +option. +.TP 5 --ldflags .br Displays the linker options to use when linking a FLTK |
