From 7740ebb87b8aa440f10095a77fea5d781844dd97 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 17 Apr 2005 00:34:01 +0000 Subject: Added Registry class and default message box titles --- src/GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/GNUmakefile') 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 -- cgit v1.2.3