User: vg Date: 2007/01/15 05:36:29 Modified: dba/connectivity/source/drivers/jdbc/makefile.mk
Log: INTEGRATION: CWS dba22b (1.15.210); FILE MERGED 2006/12/13 08:49:25 fs 1.15.210.2: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name 2006/12/05 14:51:29 fs 1.15.210.1: renamed Connection.cxx to JConnection.cxx - file name wass already used in another project, and MSDEV had problems with debugging those files File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/makefile.mk?r1=1.16&r2=1.17 Delta lines: +1 -1 ------------------- --- makefile.mk 13 Dec 2006 16:19:11 -0000 1.16 +++ makefile.mk 15 Jan 2007 13:36:26 -0000 1.17 @@ -68,6 +68,7 @@ $(SLO)$/InputStream.obj \ $(SLO)$/JConnection.obj \ $(SLO)$/JDriver.obj \ + $(SLO)$/JStatement.obj \ $(SLO)$/Object.obj \ $(SLO)$/PreparedStatement.obj \ $(SLO)$/Reader.obj \ @@ -76,7 +77,6 @@ $(SLO)$/ResultSetMetaData.obj \ $(SLO)$/SQLException.obj \ $(SLO)$/SQLWarning.obj \ - $(SLO)$/Statement.obj \ $(SLO)$/String.obj \ $(SLO)$/Throwable.obj \ $(SLO)$/Timestamp.obj \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
