diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-17 00:34:01 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-17 00:34:01 +0000 |
commit | 7740ebb87b8aa440f10095a77fea5d781844dd97 (patch) | |
tree | 29c43f23bcb957d3177db1282d8db5e44b79dee9 /src/GNUmakefile | |
parent | ba88028c9e6f7a2da0b9bc31e86ca9633613745e (diff) |
Added Registry class and default message box titles
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r-- | src/GNUmakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index e0ff4ae..88fc7a0 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: GNUmakefile,v 1.10 2005-04-15 23:56:34 ianc Exp $ +# $Id: GNUmakefile,v 1.11 2005-04-17 00:34:01 ianc Exp $ # @@ -67,7 +67,8 @@ SOURCES = autocheck.cpp \ window.cpp \ combobox.cpp \ datax.cpp \ - radiobutton.cpp + radiobutton.cpp \ + registry.cpp HEADERS = w32dlib/*.h |