From 201db0146b8a76dadfbcf1478ffe5ba8fcde2a20 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Tue, 24 Oct 2000 12:03:00 +0000 Subject: some new file - added functionality for browsing system data sources --- dbaccess/source/ui/dlg/makefile.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/dlg/makefile.mk b/dbaccess/source/ui/dlg/makefile.mk index 279a46502e38..d532b9892ee3 100644 --- a/dbaccess/source/ui/dlg/makefile.mk +++ b/dbaccess/source/ui/dlg/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # - # $Revision: 1.2 $ + # $Revision: 1.3 $ # - # last change: $Author: fs $ $Date: 2000-10-09 12:39:29 $ + # last change: $Author: fs $ $Date: 2000-10-24 13:03:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,6 +77,7 @@ ENABLE_EXCEPTIONS=TRUE BMP_IN=$(PRJ)$/res SRCFILES = \ + dsselect.src \ dbadmin.src \ dbfindex.src \ sqlmessage.src @@ -84,6 +85,8 @@ SRCFILES = \ # ... object files ............................ SLOFILES= \ + $(SLO)$/odbcconfig.obj \ + $(SLO)$/dsselect.obj \ $(SLO)$/dbadmin.obj \ $(SLO)$/adminpages.obj \ $(SLO)$/genericunodialog.obj \ @@ -100,6 +103,9 @@ SLOFILES= \ ######################################################################### # history: # $Log: not supported by cvs2svn $ + # Revision 1.2 2000/10/09 12:39:29 fs + # some (a lot of) new imlpementations - still under development + # # Revision 1.1 2000/10/05 10:06:31 fs # initial checkin # -- cgit