summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index f654739..e410ca0 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: GNUmakefile,v 1.7 2005-04-05 01:01:58 ianc Exp $
+# $Id: GNUmakefile,v 1.8 2005-04-11 00:03:53 ianc Exp $
#
@@ -35,7 +35,8 @@ INSTALLDIR = /usr/local
#
CREATECONF = 1
-# Uncomment this if you want a debug build
+# Uncomment this if you want a debug build. Note that debug goes to a file
+# called debug.out in the pwd.
#
DEBUG = -g -DW32D_DEBUG
@@ -58,7 +59,8 @@ SOURCES = autocheck.cpp \
debug.cpp \
window.cpp \
combobox.cpp \
- datax.cpp
+ datax.cpp \
+ radiobutton.cpp
HEADERS = w32dlib/*.h