User: obo Date: 2008-03-10 08:46:30+0000 Modified: dba/dbaccess/source/ui/dlg/makefile.mk
Log: #i86844# move textconnectionsettings.obj to exception files File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/makefile.mk?r1=1.39&r2=1.40 Delta lines: +6 -6 ------------------- --- makefile.mk 2008-03-07 11:23:30+0000 1.39 +++ makefile.mk 2008-03-10 08:46:27+0000 1.40 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: kz $ $Date: 2008/03/07 11:23:30 $ +# last change: $Author: obo $ $Date: 2008/03/10 08:46:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -127,13 +127,13 @@ $(SLO)$/odbcconfig.obj \ $(SLO)$/ExtensionNotPresent.obj \ $(SLO)$/advancedsettings.obj \ - $(SLO)$/datasourceui.obj + $(SLO)$/datasourceui.obj \ + $(SLO)$/textconnectionsettings.obj SLOFILES= \ $(EXCEPTIONSFILES) \ $(SLO)$/dlgsize.obj \ - $(SLO)$/dlgattr.obj \ - $(SLO)$/textconnectionsettings.obj + $(SLO)$/dlgattr.obj .IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"=="" DISABLE_ADO=TRUE --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
