summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/makefile.mk
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-27 07:05:56 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-27 07:05:56 +0000
commite8ebed0ae726dddf72c99d9cf6e38ba6abfe9a45 (patch)
treedb0160cca784323ee82d305c727ed32e45a645d9 /dbaccess/source/ui/dlg/makefile.mk
parentimpl new page for adabas (diff)
downloadcore-e8ebed0ae726dddf72c99d9cf6e38ba6abfe9a45.tar.gz
core-e8ebed0ae726dddf72c99d9cf6e38ba6abfe9a45.zip
impl new page for adabas
Diffstat (limited to 'dbaccess/source/ui/dlg/makefile.mk')
-rw-r--r--dbaccess/source/ui/dlg/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/makefile.mk b/dbaccess/source/ui/dlg/makefile.mk
index fb48135aab00..3cbb28d59859 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.13 $
+ # $Revision: 1.14 $
#
- # last change: $Author: fs $ $Date: 2001-03-16 16:23:07 $
+ # last change: $Author: oj $ $Date: 2001-03-27 08:05:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,6 +77,8 @@ ENABLE_EXCEPTIONS=TRUE
BMP_IN=$(PRJ)$/res
SRCFILES = \
+ AdabasStat.src \
+ AdabasPage.src \
indexdialog.src \
RelationDlg.src \
adtabdlg.src \
@@ -95,6 +97,8 @@ SRCFILES = \
# ... object files ............................
SLOFILES= \
+ $(SLO)$/AdabasStat.obj \
+ $(SLO)$/AdabasPage.obj \
$(SLO)$/indexfieldscontrol.obj \
$(SLO)$/indexdialog.obj \
$(SLO)$/RelationDlg.obj \
@@ -123,6 +127,9 @@ SLOFILES= \
#########################################################################
# history:
# $Log: not supported by cvs2svn $
+ # Revision 1.13 2001/03/16 16:23:07 fs
+ # added index design related files
+ #
# Revision 1.12 2001/02/28 10:03:45 oj
# new relation dialog
#