summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/makefile.mk
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-24 12:03:00 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-24 12:03:00 +0000
commit201db0146b8a76dadfbcf1478ffe5ba8fcde2a20 (patch)
tree378c8e6e6c0061139285feafb50387abfee16351 /dbaccess/source/ui/dlg/makefile.mk
parentthe new parser (diff)
downloadcore-201db0146b8a76dadfbcf1478ffe5ba8fcde2a20.tar.gz
core-201db0146b8a76dadfbcf1478ffe5ba8fcde2a20.zip
some new file - added functionality for browsing system data sources
Diffstat (limited to 'dbaccess/source/ui/dlg/makefile.mk')
-rw-r--r--dbaccess/source/ui/dlg/makefile.mk10
1 files changed, 8 insertions, 2 deletions
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
#