diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-15 23:56:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-15 23:56:34 +0000 |
commit | 339682700982983738dd6cdffc387393bb2bd5bb (patch) | |
tree | f13766c7d784a038212c43792d07e1ade9fea5ea /src/GNUmakefile | |
parent | f3ed8d376f743968a824819e9110272288607da4 (diff) |
Few doc changes and changed --libs not to return -mwindows
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r-- | src/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 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 |