summaryrefslogtreecommitdiff
path: root/scp2/source/base
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/base')
-rw-r--r--scp2/source/base/file_base.scp13
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)