diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 11:14:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 11:14:11 +0000 |
commit | 10207bb2760a7c227cf4f8ebbd62688c76f91a2c (patch) | |
tree | 851f58d16f6f3f6d636422d9566c234327440ff7 | |
parent | bfc6240f9f81c94f699382b4aa7a0d2a564fd0e8 (diff) |
INTEGRATION: CWS dba23b (1.16.94); FILE MERGED
2007/07/11 11:56:09 fs 1.16.94.3: RESYNC: (1.16-1.18); FILE MERGED
2007/07/04 11:42:47 fs 1.16.94.2: #i10000#
2007/07/04 10:46:16 fs 1.16.94.1: #i78733# ship a odbcconfig.exe
-rw-r--r-- | scp2/source/base/file_base.scp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scp2/source/base/file_base.scp b/scp2/source/base/file_base.scp index b755c1cbecbf..c9747ec0942a 100644 --- a/scp2/source/base/file_base.scp +++ b/scp2/source/base/file_base.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_base.scp,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2007-07-06 09:27:31 $ + * last change: $Author: rt $ $Date: 2007-07-24 12:14:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,6 +42,15 @@ File gid_File_Exe_Sbase Styles = (PACKED, PATCH); End +#if defined WNT +File gid_File_Exe_Odbcconfig + BIN_FILE_BODY; + Dir = gid_Dir_Program; + Name = EXENAME(odbcconfig); + Styles = (PACKED, PATCH); +End +#endif + STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Abp, abp) STD_RES_FILE_PATCH( gid_File_Res_Abp, abp) |