diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-11 00:03:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-11 00:03:53 +0000 |
commit | f8ba03594573e8487927c236180ad5895e73db17 (patch) | |
tree | 7ca7b24be4ce8adb411bd74ec4c5fd27c8a360c7 /src/GNUmakefile | |
parent | 517295ea0928dfd2bd30d997949c472f68d22e06 (diff) |
Some changes and added RadioButton
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r-- | src/GNUmakefile | 8 |
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 |