From 838c9bd039b760d189ac306e78408381bd247640 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 25 Jul 2004 10:07:24 +0000 Subject: [PATCH] documentation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx-config.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wx-config.in b/wx-config.in index 9e34fc5a08..f1a8a541b5 100755 --- a/wx-config.in +++ b/wx-config.in @@ -174,10 +174,11 @@ for it to take effect. --static must come before --cppflags, --cflags, --cxxflags, --libs and --gl-libs and --libs must come before the other ones. ---libs can take optional argument that contains comma-separated list of -wxWidgets libraries to link against. This list can include both core -and contrib libraries. Special value "std" stands for all libraries linked -in by default. +wx-config can take optional argument that contains comma- or space-separated +list of wxWidgets libraries to compile and link against. This list can +include both core and contrib libraries. Special value "std" stands for all +libraries linked in by default. Examples: "wx-config --libs core,base" +or "wx-config --cxxflags core,base". --gl-libs option is deprecated, use "--libs gl" instead. -- 2.45.2