Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
6009e97d
Kaydet (Commit)
6009e97d
authored
Ara 21, 2010
tarafından
Tor Lillqvist
Kaydeden (comit)
Tor Lillqvist
Ara 21, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop msvcr71, see fdo#32426
üst
84e95a7e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
54 deletions
+0
-54
common_brand.scp
scp2/source/ooo/common_brand.scp
+0
-10
ure.scp
scp2/source/ooo/ure.scp
+0
-34
file_winexplorerext.scp
scp2/source/winexplorerext/file_winexplorerext.scp
+0
-9
module_winexplorerext.scp
scp2/source/winexplorerext/module_winexplorerext.scp
+0
-1
No files found.
scp2/source/ooo/common_brand.scp
Dosyayı görüntüle @
6009e97d
...
@@ -62,7 +62,6 @@ Module gid_Module_Root_Brand
...
@@ -62,7 +62,6 @@ Module gid_Module_Root_Brand
gid_Brand_File_Bin_Unopkgcom,
gid_Brand_File_Bin_Unopkgcom,
gid_Brand_File_Bin_Unopkgexe,
gid_Brand_File_Bin_Unopkgexe,
gid_Brand_File_Bin_Unopkg,
gid_Brand_File_Bin_Unopkg,
gid_Brand_File_Bin_Msvcr71,
gid_Brand_File_Bin_Libxml2,
gid_Brand_File_Bin_Libxml2,
gid_Brand_File_Bmp_Shell,
gid_Brand_File_Bmp_Shell,
gid_Brand_File_Bmp_IntroAbout,
gid_Brand_File_Bmp_IntroAbout,
...
@@ -595,15 +594,6 @@ File gid_Brand_File_Bin_Unopkg
...
@@ -595,15 +594,6 @@ File gid_Brand_File_Bin_Unopkg
Name = "unopkg.bin";
Name = "unopkg.bin";
End
End
#ifdef WNT
File gid_Brand_File_Bin_Msvcr71
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
Styles = (PACKED);
End
#endif
// Due to Windows DLL search order, OOo executables might pick up a libxml2 DLL
// Due to Windows DLL search order, OOo executables might pick up a libxml2 DLL
// from a Windows system directory instead of the one from the URE; to avoid
// from a Windows system directory instead of the one from the URE; to avoid
// problems, as a HACK, for now a copy of the URE libxml2 DLL is placed next to
// problems, as a HACK, for now a copy of the URE libxml2 DLL is placed next to
...
...
scp2/source/ooo/ure.scp
100755 → 100644
Dosyayı görüntüle @
6009e97d
...
@@ -1068,38 +1068,6 @@ End
...
@@ -1068,38 +1068,6 @@ End
#endif
#endif
#ifdef WNT
#if defined(M1310)
File gid_File_Dl_Msvcr71
TXT_FILE_BODY;
Dir = SCP2_URE_DL_DIR;
#if defined _STLP_DEBUG
Name = SCP2_URE_DL_NORMAL("msvcr71d");
#else
Name = SCP2_URE_DL_NORMAL("msvcr71");
#endif
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
// CompID = "074DE395-C6EB-47F7-A587-6311F89C14B4";
End
#endif
#endif
#if defined(WNT)
#if defined(M1310)
File gid_File_Dl_Msvcp71
TXT_FILE_BODY;
Dir = SCP2_URE_DL_DIR;
#if defined _STLP_DEBUG
Name = SCP2_URE_DL_NORMAL("msvcp71d");
#else
Name = SCP2_URE_DL_NORMAL("msvcp71");
#endif
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
// CompID = "1AF2708A-AAE2-4F25-ADF5-E61A549A51C2";
End
#endif
#endif
#if defined WNT
#if defined WNT
File gid_File_Dl_Uwinapi
File gid_File_Dl_Uwinapi
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -1309,8 +1277,6 @@ Module gid_Module_Root_Ure_Hidden
...
@@ -1309,8 +1277,6 @@ Module gid_Module_Root_Ure_Hidden
gid_File_Lib_Mingw_GccS_Ure,
gid_File_Lib_Mingw_GccS_Ure,
gid_File_Lib_Mingw_Stdcpp_Ure,
gid_File_Lib_Mingw_Stdcpp_Ure,
gid_File_Lib_Mingwm10_Ure,
gid_File_Lib_Mingwm10_Ure,
gid_File_Dl_Msvcr71,
gid_File_Dl_Msvcp71,
gid_File_Dl_Unicows,
gid_File_Dl_Unicows,
gid_File_Dl_Uwinapi,
gid_File_Dl_Uwinapi,
gid_File_Lib_Msvcr80_Ure,
gid_File_Lib_Msvcr80_Ure,
...
...
scp2/source/winexplorerext/file_winexplorerext.scp
100755 → 100644
Dosyayı görüntüle @
6009e97d
...
@@ -87,15 +87,6 @@ End
...
@@ -87,15 +87,6 @@ End
#endif
#endif
#if defined M1310
File gid_File_Lib_Shlxthdl_Msvcr71
TXT_FILE_BODY;
Dir = gid_Dir_Shlxthdl;
Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
Styles = (PACKED);
End
#endif
File gid_File_Lib_Shlxtmsi
File gid_File_Lib_Shlxtmsi
TXT_FILE_BODY;
TXT_FILE_BODY;
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
...
...
scp2/source/winexplorerext/module_winexplorerext.scp
100755 → 100644
Dosyayı görüntüle @
6009e97d
...
@@ -38,7 +38,6 @@ Module gid_Module_Optional_Winexplorerext
...
@@ -38,7 +38,6 @@ Module gid_Module_Optional_Winexplorerext
gid_File_Lib_Shlxthdl64,
gid_File_Lib_Shlxthdl64,
gid_File_Lib_OOoFilt,
gid_File_Lib_OOoFilt,
gid_File_Lib_OOoFilt64,
gid_File_Lib_OOoFilt64,
gid_File_Lib_Shlxthdl_Msvcr71,
gid_File_Lib_Shlxtmsi,
gid_File_Lib_Shlxtmsi,
gid_File_Lib_Reg64,
gid_File_Lib_Reg64,
gid_File_Tmp_Userinstall_Winexplorerext_Inf);
gid_File_Tmp_Userinstall_Winexplorerext_Inf);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment