summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-04-18 00:52:51 +0000
committerIan C <ianc@noddybox.co.uk>2005-04-18 00:52:51 +0000
commit6910f6539d74a59e6d773f4a5d311cb530c2db6e (patch)
tree27fc74013aa5e2e8497dc80ce32de053c40dd917 /src/GNUmakefile
parent9d0c916a1c22615b25f84b8a219df1f607a110e5 (diff)
Changed debug file location and added GetAppWindow to Common
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 88fc7a0..3d6115b 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: GNUmakefile,v 1.11 2005-04-17 00:34:01 ianc Exp $
+# $Id: GNUmakefile,v 1.12 2005-04-18 00:52:51 ianc Exp $
#
@@ -36,9 +36,9 @@ INSTALLDIR = /usr/local
CREATECONF = 1
# Uncomment this if you want a debug build. Note that debug goes to a file
-# called debug.out in the pwd.
+# called c:\debug.out
#
-#DEBUG = -g -DW32D_DEBUG
+# DEBUG = -g -DW32D_DEBUG
#
# **************************************** END OF CONFIGURATION