diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:40:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:40:26 +0000 |
commit | ad848532c467e8887e5127e87adac92b0ef704f6 (patch) | |
tree | d65645e2980d5a2b626cc758e9da673a47d13814 /dbaccess/source/shared | |
parent | a3e444417d7467112d87b388da113808474b6f0e (diff) |
INTEGRATION: CWS dba24d (1.8.212); FILE MERGED
2007/11/22 13:08:11 fs 1.8.212.1: #i81658# dba_reghelper removed, superseded by unotools/componentmodule.hxx, which is the more modern implementation
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r-- | dbaccess/source/shared/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/shared/makefile.mk b/dbaccess/source/shared/makefile.mk index 6f9b458be07e..9cb11db3e767 100644 --- a/dbaccess/source/shared/makefile.mk +++ b/dbaccess/source/shared/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2006-07-10 15:21:49 $ +# last change: $Author: rt $ $Date: 2008-01-30 08:40:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,6 @@ LIB5TARGET=$(SLB)$/sdbtshared.lib # --- Files ------------------------------------- EXCEPTIONSFILES= \ $(SLO)$/apitools.obj \ - $(SLO)$/dba_reghelper.obj \ $(SLO)$/dbu_reghelper.obj \ $(SLO)$/cfg_reghelper.obj \ $(SLO)$/flt_reghelper.obj @@ -69,7 +68,6 @@ SLOFILES= \ LIB1OBJFILES= \ - $(SLO)$/dba_reghelper.obj \ $(SLO)$/dbastrings.obj \ $(SLO)$/apitools.obj |