summaryrefslogtreecommitdiff
path: root/src/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh4
1 files changed, 3 insertions, 1 deletions
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