diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-24 22:41:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-24 22:41:34 +0000 |
commit | f8e6bb9c6b946734bcb4f35c83f92c6b3c6f57dc (patch) | |
tree | 92aa5f2663eebf33c2ce57e638753daab5f7c5ba /src | |
parent | 6910f6539d74a59e6d773f4a5d311cb530c2db6e (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |