summaryrefslogtreecommitdiff
path: root/docs/gtk-config.txt
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-02 02:35:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-02 02:35:11 +0000
commit22a54ddf81968d3c57a642f2d5f0c2583c6c923b (patch)
treea2f1ef2404a59e59a68d3924babc3cacb59c41ae /docs/gtk-config.txt
parenta19e373baa6545c104fee06b572f795591fec81a (diff)
downloadgtk+-22a54ddf81968d3c57a642f2d5f0c2583c6c923b.tar.gz
Put in some information about 'gtk-config --libs gthread'.
Mon Feb 1 19:25:54 1999 Owen Taylor <otaylor@redhat.com> * docs/gtk-config.txt (testinput_SOURCES): Put in some information about 'gtk-config --libs gthread'. * docs/Changes-1.2.txt: Updated section on threads.
Diffstat (limited to 'docs/gtk-config.txt')
-rw-r--r--docs/gtk-config.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/gtk-config.txt b/docs/gtk-config.txt
index 68555fabfe..c82b8d0c9b 100644
--- a/docs/gtk-config.txt
+++ b/docs/gtk-config.txt
@@ -36,6 +36,14 @@ gtk-config takes the following flags:
If PREFIX is specified, overrides the configured value of $exec_prefix.
Otherwise, prints out the configured value of $exec_prefix
+You may also add to the command line a list of additional
+libraries that gtk-config should supply the CFLAGS and LIBS
+for. The only currently supported library is 'gthread'.
+
+As an example of this latter usage, you can get the
+appropriate cflags for a threaded program with:
+
+ gtk-config --cflags gthread
Example of using gtk-config