summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-04-15 23:56:34 +0000
committerIan C <ianc@noddybox.co.uk>2005-04-15 23:56:34 +0000
commit339682700982983738dd6cdffc387393bb2bd5bb (patch)
treef13766c7d784a038212c43792d07e1ade9fea5ea /src
parentf3ed8d376f743968a824819e9110272288607da4 (diff)
Few doc changes and changed --libs not to return -mwindows
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile4
-rw-r--r--src/install.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 3569479..e0ff4ae 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -18,14 +18,14 @@
#
# -------------------------------------------------------------------------
#
-# $Id: GNUmakefile,v 1.9 2005-04-11 00:13:17 ianc Exp $
+# $Id: GNUmakefile,v 1.10 2005-04-15 23:56:34 ianc Exp $
#
# **************************************** START OF CONFIGURATION
#
-# The directory to install the built library, headers and docs into.
+# The directory to install the built library and headers into.
# NB: Use *forward* slashes if setting to a DOS path.
#
INSTALLDIR = /usr/local
diff --git a/src/install.sh b/src/install.sh
index 732b4e6..5123137 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -31,7 +31,7 @@ if [ $mkinfo == "1" ] ; then
#!/bin/sh
if [ "\$1" == "--libs" ] ; then
- echo -L$libdir -mwindows -lw32dlib -lcomctl32 -lcomdlg32 -lole32
+ echo -L$libdir -lw32dlib -lcomctl32 -lcomdlg32 -lole32
elif [ "\$1" == "--cflags" ] ; then
echo -I$incbase
elif [ "\$1" == "--archive" ] ; then