Kaydet (Commit) 70b5e33f authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS native116 (1.260.16); FILE MERGED

2007/10/31 09:13:13 is 1.260.16.2: #i83132# PATCH for msvc80 libraries
2007/10/11 14:24:39 is 1.260.16.1: #i82313# msvc8 libraries
üst 6b0a4a1d
......@@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
* $Revision: 1.264 $
* $Revision: 1.265 $
*
* last change: $Author: ihi $ $Date: 2007-11-19 13:06:39 $
* last change: $Author: ihi $ $Date: 2007-11-23 13:37:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1574,6 +1574,66 @@ End
#endif
#if defined(WNT)
#if defined(M1400)
File gid_File_Lib_Msvcr80
BIN_FILE_BODY;
Styles = (PACKED, PATCH);
Dir = gid_Dir_Program;
#ifndef _STLP_DEBUG
Name = "msvcr80.dll";
#else
Name = "msvcr80d.dll";
#endif
End
#endif
#endif
#if defined(WNT)
#if defined(M1400)
File gid_File_Lib_Msvcp80
BIN_FILE_BODY;
Styles = (PACKED, PATCH);
Dir = gid_Dir_Program;
#ifndef _STLP_DEBUG
Name = "msvcp80.dll";
#else
Name = "msvcp80d.dll";
#endif
End
#endif
#endif
#if defined(WNT)
#if defined(M1400)
File gid_File_Lib_Msvcm80
BIN_FILE_BODY;
Styles = (PACKED, PATCH);
Dir = gid_Dir_Program;
#ifndef _STLP_DEBUG
Name = "msvcm80.dll";
#else
Name = "msvcm80d.dll";
#endif
End
#endif
#endif
#if defined(WNT)
#if defined(M1400)
File gid_File_Msvcm80crt_Manifest
BIN_FILE_BODY;
Styles = (PACKED, PATCH);
Dir = gid_Dir_Program;
#ifndef _STLP_DEBUG
Name = "Microsoft.VC80.CRT.manifest";
#else
Name = "Microsoft.VC80.DebugCRT.manifest";
#endif
End
#endif
#endif
File gid_File_Lib_Mysql_2
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT,PATCH);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment