diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:39:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 15:39:53 +0000 |
commit | 4d28a94c4d4baf45fe802a27d4adc142f1e34111 (patch) | |
tree | 9f2db0925398fed907d43c2a08302651c9b8c171 /svx | |
parent | e2685f44024db21079f774309ebbad0984eacce2 (diff) |
INTEGRATION: CWS insight01 (1.20.12); FILE MERGED
2004/07/21 08:13:39 oj 1.20.12.6: RESYNC: (1.31-1.33); FILE MERGED
2004/07/06 08:07:14 oj 1.20.12.5: RESYNC: (1.26-1.31); FILE MERGED
2004/05/28 16:57:17 oj 1.20.12.4: RESYNC: (1.20-1.26); FILE MERGED
2004/03/05 07:34:55 oj 1.20.12.3: #i24595# changes for the db registeration dialog
2004/02/16 08:19:55 oj 1.20.12.2: #i24467# new dialog page for db reg
2004/02/13 09:50:48 oj 1.20.12.1: #i24595# new options page for database file registration
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/makefile.mk | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/svx/source/dialog/makefile.mk b/svx/source/dialog/makefile.mk index 7cb3310f1ca5..d7d34e50d227 100644 --- a/svx/source/dialog/makefile.mk +++ b/svx/source/dialog/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # -# last change: $Author: kz $ $Date: 2004-08-02 14:30:16 $ +# last change: $Author: hr $ $Date: 2004-08-02 16:39:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -141,7 +141,9 @@ SRC1FILES = \ treeopt.src \ optfltr.src \ connpooloptions.src \ - internationaloptions.src \ + dbregister.src \ + doclinkdialog.src \ + internationaloptions.src \ macropg.src \ eventdlg.src \ cfg.src \ @@ -205,6 +207,9 @@ EXCEPTIONSFILES=\ $(SLO)$/multifil.obj \ $(SLO)$/optdict.obj \ $(SLO)$/cuigaldlg.obj \ + $(SLO)$/dbregister.obj \ + $(SLO)$/doclinkdialog.obj \ + $(SLO)$/dbregisterednamesconfig.obj \ $(SLO)$/scriptdlg.obj \ $(SLO)$/selector.obj \ $(SLO)$/showcols.obj \ @@ -216,7 +221,9 @@ EXCEPTIONSFILES=\ SLOFILES=\ $(EXCEPTIONSFILES) \ $(SLO)$/internationaloptions.obj \ + $(SLO)$/optHeaderTabListbox.obj \ $(SLO)$/connpooloptions.obj \ + $(SLO)$/dbregistersettings.obj \ $(SLO)$/fontsubs.obj \ $(SLO)$/optmemory.obj \ $(SLO)$/opthtml.obj \ @@ -405,8 +412,13 @@ LIB1OBJFILES= \ LIB2TARGET= $(SLB)$/cui.lib LIB2OBJFILES= \ + $(SLO)$/optHeaderTabListbox.obj \ $(SLO)$/sdbcdriverenum.obj \ $(SLO)$/connpoolsettings.obj \ + $(SLO)$/dbregisterednamesconfig.obj \ + $(SLO)$/dbregistersettings.obj \ + $(SLO)$/dbregister.obj \ + $(SLO)$/doclinkdialog.obj \ $(SLO)$/connpoolconfig.obj \ $(SLO)$/internationaloptions.obj \ $(SLO)$/connpooloptions.obj \ |