1 .TH wxWindows 1 "15 Feb 2000" "wxGTK 2.2"
3 wx-config - script to get information about the installed version of wxGTK
8 [\-\-version] [\-\-libs] [\-\-cflags] [\-\-cc] [\-\-cxx] [\-\-ld]
9 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP]
13 \fIwx-config\fP is a tool used to determine the compiler and
14 linker flags that should be used to compile and link programs
19 \fIwx-config\fP accepts the following options:
22 Report the currently installed version of \fIwxGTK\fP.
25 Output the linker flags necessary to link a \fIwxGTK\fP program.
28 Output the compiler flags necessary to compile a \fIwxGTK\fP program.
31 Output the name of the C compiler \fB$(CC)\fP.
34 Output the name of the C++ compiler \fB$(CXX)\fP.
37 Output the Linker command \fB$(LD)\fP.
40 If specified, use PREFIX instead of the installation prefix that \fIwxGTK\fP
41 was built with when computing the output for the \-\-cflags and
42 \-\-libs options. This option is also used for the exec prefix
43 if \-\-exec\-prefix was not specified. This option must be specified
44 before any \-\-libs or \-\-cflags options.
46 .B \-\-exec\-prefix=PREFIX
47 If specified, use PREFIX instead of the installation exec prefix that
48 \fIwxGTK\fP was built with when computing the output for the \-\-cflags
49 and \-\-libs options. This option must be specified before any
50 \-\-libs or \-\-cflags options.
54 This manpage was copied whole-heartedly from the \fBgtk-config\fP(1) manpage
55 by Brian Bassett <brianb@debian.org> for the Debian GNU/Linux distribution of
56 wxGTK. It was then updated to include new options and otherwise kicked about
57 generally by Ron Lee <ron@debian.org>
59 The original gtk-config manpage copyright:
61 Copyright \(co 1995 Spencer Kimball and Peter Mattis
63 Permission to use, copy, modify, and distribute this software and its
64 documentation for any purpose and without fee is hereby granted,
65 provided that the above copyright notice appear in all copies and that
66 both that copyright notice and this permission notice appear in
67 supporting documentation.