summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-04-24 22:41:34 +0000
committerIan C <ianc@noddybox.co.uk>2005-04-24 22:41:34 +0000
commitf8e6bb9c6b946734bcb4f35c83f92c6b3c6f57dc (patch)
tree92aa5f2663eebf33c2ce57e638753daab5f7c5ba
parent6910f6539d74a59e6d773f4a5d311cb530c2db6e (diff)
Fixed a few typos in INSTALL. Pre-versioning checkin.HEADmaster
-rw-r--r--INSTALL16
-rw-r--r--src/GNUmakefile4
2 files changed, 11 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 9bd2010..de6aa86 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,6 +4,9 @@ Make.
It builds OK, but has only been basically tested, under Cygwin. There is
certainly no reason why it shouldn't work properly under Cygwin though.
+Also it uses fairly basic Win32 calls so I imagine it should run on Windows 95
+(or at least 98). It was developed and tested under Windows 2000.
+
----------------------------------------------------------------------------
I. BUILDING FOR MINGW & CYGWIN
@@ -23,9 +26,9 @@ To build:
CREATECONF If set to 1 then this creates a w32dlib-config
shell script. This is always installed into
- /usr/local/bin (as you have a proper shell, I
- assume your using either MSYS or Cygwin). If not
- edit install.sh accordingly.
+ /usr/local/bin (as you have a proper shell to run it in,
+ I felt safe assuming you're using either MSYS or
+ Cygwin). If not edit install.sh accordingly.
DEBUG Uncomment this line if you want a debug (-g) build
that also sends some rudementary output to a text file.
@@ -70,9 +73,8 @@ usage: w32dlib-config [--libs|--cflags|-archive]
% w32dlib-config --cflags
-I/usr/local/include
---archive In case you have a need (I thought I did, but it turned out
- I didn't, but the switch stays) to reference the library archive
- directly, it's name can be got with this.
+--archive In case you have a need to reference the library archive
+ directly, its name can be got with this.
eg.
@@ -81,4 +83,4 @@ usage: w32dlib-config [--libs|--cflags|-archive]
----------------------------------------------------------------------
-$Id: INSTALL,v 1.3 2005-04-15 23:56:34 ianc Exp $
+$Id: INSTALL,v 1.4 2005-04-24 22:41:34 ianc Exp $
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 3d6115b..3774ded 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: GNUmakefile,v 1.12 2005-04-18 00:52:51 ianc Exp $
+# $Id: GNUmakefile,v 1.13 2005-04-24 22:41:34 ianc Exp $
#
@@ -36,7 +36,7 @@ INSTALLDIR = /usr/local
CREATECONF = 1
# Uncomment this if you want a debug build. Note that debug goes to a file
-# called c:\debug.out
+# called c:/debug.out
#
# DEBUG = -g -DW32D_DEBUG