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
fb8429e9
Kaydet (Commit)
fb8429e9
authored
Eyl 21, 2012
tarafından
Ariel Constenla-Haile
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i120979# - Bundle msvcr100.dll to support Java 7
üst
4f8bd30b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
+29
-0
configure.in
configure.in
+16
-0
README_msvcX100.dll.txt
external/msvcp100/README_msvcX100.dll.txt
+2
-0
d.lst
external/prj/d.lst
+2
-0
file_library_ooo.scp
scp2/source/ooo/file_library_ooo.scp
+9
-0
No files found.
configure.in
Dosyayı görüntüle @
fb8429e9
...
...
@@ -6105,6 +6105,22 @@ You may have to search Microsoft's website. Last time it was seen at:
fi
fi
dnl
===================================================================
dnl
Windows
builds
need
msvcr100
.
dll
in
external
/
msvcp100
/
dnl
===================================================================
if
test
"$_os"
=
"WINNT"
;
then
AC_MSG_CHECKING
([
for
msvcr100
.
dll
])
if
test
-
x
./
external
/
msvcp100
/
msvcr100
.
dll
;
then
AC_MSG_RESULT
([
found
and
executable
])
else
AC_MSG_ERROR
([
msvcr100
.
dll
is
missing
in
external
/
msvcp100
/.
Get
it
from
the
Microsoft
Visual
C
++
2010
Redistributable
Package
(
x86
),
from
the
Microsoft
site
and
put
it
into
external
/
msvcp100
.
You
may
have
to
search
Microsoft
's website. Last time it was seen at:
<http://www.microsoft.com/en-us/download/search.aspx?q=Microsoft+Visual+C%2b%2b+2010+Redistributable>.])
fi
fi
dnl ===================================================================
dnl Test which vclplugs have to be built.
dnl ===================================================================
...
...
external/msvcp100/README_msvcX100.dll.txt
0 → 100755
Dosyayı görüntüle @
fb8429e9
Put msvcr100.dll in this directory.
Needed to support Java 7 built with VS2010.
external/prj/d.lst
Dosyayı görüntüle @
fb8429e9
...
...
@@ -36,6 +36,8 @@ mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys
..\msvcp90\Microsoft.VC90.DebugCRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC90.DebugCRT.manifest
..\msm90\*.msm %_DEST%\bin%_EXT%
..\msvcp100\msvcr100*.dll %_DEST%\bin%_EXT%
..\unowinreg\unowinreg.dll %_DEST%\bin%_EXT%\unowinreg.dll
..\vcredist\vcredist_x86.exe %_DEST%\bin%_EXT%\vcredist_x86.exe
...
...
scp2/source/ooo/file_library_ooo.scp
Dosyayı görüntüle @
fb8429e9
...
...
@@ -1821,6 +1821,15 @@ File gid_File_Moz_Msvcr80
End
#endif
#if defined(WNT)
File gid_File_Lib_Msvcr100
TXT_FILE_BODY;
Dir = SCP2_OOO_BIN_DIR;
Name = SCP2_URE_DL_NORMAL("msvcr100");
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
End
#endif
#ifndef SYSTEM_REDLAND
File gid_File_Lib_Raptor
TXT_FILE_BODY;
...
...
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