diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-07-25 12:44:28 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-07-25 12:44:28 +0000 |
commit | cda0112a32df4cc5a49853b72211bfcc7cb0b272 (patch) | |
tree | 28460d4313c55c3be38ab644ccb9d9c94a4169e3 /svx/source/form/makefile.mk | |
parent | 9beb7934d7cbcfb8a1b4fbe48bfeabc14ccbd1cb (diff) |
#88927# use DBTOOLS with load-on-demand
Diffstat (limited to 'svx/source/form/makefile.mk')
-rw-r--r-- | svx/source/form/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/svx/source/form/makefile.mk b/svx/source/form/makefile.mk index 5b3937d5909e..e1f0f9576052 100644 --- a/svx/source/form/makefile.mk +++ b/svx/source/form/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: fs $ $Date: 2001-05-11 10:12:17 $ +# last change: $Author: fs $ $Date: 2001-07-25 13:44:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,7 +81,6 @@ BMP_IN=$(PRJ)$/win$/res SRS1NAME=form SRC1FILES= \ - dbmsgbox.src \ fmexpl.src \ filtnav.src \ taborder.src \ @@ -91,6 +90,10 @@ SRC1FILES= \ SLOFILES = \ + $(SLO)$/typeconversionclient.obj \ + $(SLO)$/confirmdelete.obj \ + $(SLO)$/dbtoolsclient.obj \ + $(SLO)$/sqlparserclient.obj \ $(SLO)$/dataaccessdescriptor.obj \ $(SLO)$/fmpage.obj \ $(SLO)$/fmPropBrw.obj \ @@ -120,7 +123,6 @@ SLOFILES = \ $(SLO)$/fmimplids.obj \ $(SLO)$/fmtools.obj \ $(SLO)$/fmshimp.obj \ - $(SLO)$/dbmsgbox.obj \ $(SLO)$/fmshell.obj \ $(SLO)$/fmsearch.obj \ $(SLO)$/fmsrcimp.obj \ |