From f8ba03594573e8487927c236180ad5895e73db17 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 11 Apr 2005 00:03:53 +0000 Subject: Some changes and added RadioButton --- src/GNUmakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/GNUmakefile') 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 -- cgit v1.2.3