Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/19 03:17:00 Modified: dba/dbaccess/source/ext/hsqldb/makefile.mk
Log: #i69526# File Changes: Directory: /dba/dbaccess/source/ext/hsqldb/ =========================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/hsqldb/makefile.mk?r1=1.1.2.4&r2=1.1.2.5 Delta lines: +7 -3 ------------------- --- makefile.mk 19 Sep 2006 07:48:18 -0000 1.1.2.4 +++ makefile.mk 19 Oct 2006 10:16:58 -0000 1.1.2.5 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.2.4 $ +# $Revision: 1.1.2.5 $ # -# last change: $Author: fs $ $Date: 2006/09/19 07:48:18 $ +# last change: $Author: fs $ $Date: 2006/10/19 10:16:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,8 @@ # ... object files ............................ EXCEPTIONSFILES= \ $(SLO)$/linkedtableservice.obj \ - $(SLO)$/hsql_services.obj + $(SLO)$/hsql_services.obj \ + $(SLO)$/texttablesettings.obj SLOFILES= \ $(EXCEPTIONSFILES) \ @@ -70,9 +71,12 @@ SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) SHL1STDLIBS= \ + $(SVXLIB) \ $(SFXLIB) \ $(SVTOOLLIB) \ + $(SVLLIB) \ $(VCLLIB) \ + $(DBTOOLSLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ $(COMPHELPERLIB) \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
