Tag: cws_src680_oj14 User: lla Date: 2007-06-05 10:16:34+0000 Log: #i77259# add ExtensionNotPresent
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.30.8.4&r2=1.30.8.5 Delta lines: +7 -5 ------------------- --- makefile.mk 2007-04-18 12:10:58+0000 1.30.8.4 +++ makefile.mk 2007-06-05 10:16:31+0000 1.30.8.5 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.30.8.4 $ +# $Revision: 1.30.8.5 $ # -# last change: $Author: oj $ $Date: 2007/04/18 12:10:58 $ +# last change: $Author: lla $ $Date: 2007/06/05 10:16:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,8 @@ AdvancedPageDlg.src \ AdabasStatDlg.src \ UserAdminDlg.src \ - sqlmessage.src + sqlmessage.src \ + ExtensionNotPresent.src # ... object files ............................ @@ -119,7 +120,8 @@ $(SLO)$/dsselect.obj \ $(SLO)$/dbfindex.obj \ $(SLO)$/DriverSettings.obj \ - $(SLO)$/odbcconfig.obj + $(SLO)$/odbcconfig.obj \ + $(SLO)$/ExtensionNotPresent.obj SLOFILES= \ $(EXCEPTIONSFILES) \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
