From cda0112a32df4cc5a49853b72211bfcc7cb0b272 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Wed, 25 Jul 2001 12:44:28 +0000 Subject: #88927# use DBTOOLS with load-on-demand --- svx/source/form/makefile.mk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'svx/source/form/makefile.mk') 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 \ -- cgit