Tag: cws_src680_dba24b User: fs Date: 2007-08-27 10:53:27+0000 Modified: dba/dbaccess/source/ui/dlg/makefile.mk
Log: #i80930# dedicated implementations for the advanced settings 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.37&r2=1.37.28.1 Delta lines: +6 -6 ------------------- --- makefile.mk 2007-07-06 08:18:17+0000 1.37 +++ makefile.mk 2007-08-27 10:53:25+0000 1.37.28.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.37 $ +# $Revision: 1.37.28.1 $ # -# last change: $Author: rt $ $Date: 2007/07/06 08:18:17 $ +# last change: $Author: fs $ $Date: 2007/08/27 10:53:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -81,7 +81,7 @@ dlgsize.src \ CollectionView.src \ dlgattr.src \ - AdvancedPageDlg.src \ + advancedsettings.src\ AdabasStatDlg.src \ UserAdminDlg.src \ sqlmessage.src \ @@ -112,7 +112,6 @@ $(SLO)$/TextConnectionHelper.obj \ $(SLO)$/ConnectionPageSetup.obj \ $(SLO)$/DBSetupConnectionPages.obj \ - $(SLO)$/AdvancedPageDlg.obj \ $(SLO)$/AdabasStatDlg.obj \ $(SLO)$/UserAdminDlg.obj \ $(SLO)$/UserAdmin.obj \ @@ -125,7 +124,8 @@ $(SLO)$/dbfindex.obj \ $(SLO)$/DriverSettings.obj \ $(SLO)$/odbcconfig.obj \ - $(SLO)$/ExtensionNotPresent.obj + $(SLO)$/ExtensionNotPresent.obj \ + $(SLO)$/advancedsettings.obj SLOFILES= \ $(EXCEPTIONSFILES) \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
