From a6c8b4498363db99d0de8f15e7bc8a9cfc1a7f81 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 11 Apr 2005 20:25:39 +0000 Subject: Added Common::DirSelect(). Also added '--archive' switch to w32dlib-config. --- src/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/install.sh') diff --git a/src/install.sh b/src/install.sh index e3274ae..54afb53 100644 --- a/src/install.sh +++ b/src/install.sh @@ -34,8 +34,10 @@ if [ "\$1" == "--libs" ] ; then echo -L$libdir -mwindows -lw32dlib elif [ "\$1" == "--cflags" ] ; then echo -I$incbase +elif [ "\$1" == "--archive" ] ; then + echo $libdir/libw32dlib.a else - echo usage: \$0 [--libs\|--cflags] + echo usage: \$0 [--libs\|--cflags\|-archive] fi EOF -- cgit v1.2.3