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
6cfe3c93
Kaydet (Commit)
6cfe3c93
authored
Tem 24, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make bundling Microsoft_VC100_CRT_x86.msm truly optional
Change-Id: I4fa998f33059a6ebc9afe0a9ce65443a115b6db2
üst
f0460881
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
6 deletions
+22
-6
configure.in
configure.in
+7
-2
oowintool
oowintool
+11
-0
vc_redist.scp
scp2/source/ooo/vc_redist.scp
+4
-4
No files found.
configure.in
Dosyayı görüntüle @
6cfe3c93
...
...
@@ -5135,9 +5135,14 @@ fi
AC_SUBST([JITC_PROCESSOR_TYPE])
if test $_os = "WINNT"; then
SCPDEFS="$SCPDEFS -DWITH_VC_REDIST"
AC_MSG_CHECKING([for Microsoft_VC100_CRT_x86.msm])
if ./oowintool --msvc-find-msms-vc100; then
AC_MSG_RESULT([yes])
SCPDEFS="$SCPDEFS -DWITH_VC100_REDIST"
else
AC_MSG_RESULT([no])
fi
fi
AC_SUBST(WITH_VC_REDIST)
dnl ===================================================================
dnl Checks for Java
...
...
oowintool
Dosyayı görüntüle @
6cfe3c93
...
...
@@ -47,6 +47,8 @@ sub print_syntax()
print
" commands:\n"
;
print
" --msvc-ver - print version of MSVC eg. 6.0\n"
;
print
" --msvc-copy-dlls <dest> - copy msvc[pr]??.dlls into <dest>/msvcp??/\n"
;
print
" --msvc-find-msms-vc100 - exit with 0 if Microsoft_VC100_CRT_x86.msm\n"
;
print
" is available\n"
;
print
" --msvc-copy-msms <dest> - copy mscrt merge modules to <dest>/msm90/\n"
;
print
" --msvc-copy-msms-64 <ds>- copy the x64 mscrt merge modules to <ds>/msm90/\n"
;
print
" --msvc-productdir - print productdir\n"
;
...
...
@@ -271,6 +273,13 @@ sub msvc_copy_dlls($)
}
}
sub
msvc_find_msms_vc100
()
{
my
$msm_path
=
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/9.0/Setup/VS/MSMDir"
),
'w'
,
$output_format
);
defined
$msm_path
||
die
"MSMDir not found"
;
return
-
e
"$msm_path/Microsoft_VC100_CRT_x86.msm"
?
0
:
1
;
}
sub
msvc_copy_msms
($$)
{
# $postfix is empty for x86, and '_x64' for x64
...
...
@@ -318,6 +327,8 @@ while (@commands) {
my
$dest
=
shift
@commands
;
defined
$dest
||
die
"copy-dlls requires a destination directory"
;
msvc_copy_dlls( $des
t
);
}
elsif
(
$opt
eq
'--msvc-find-msms-vc100'
)
{
exit
msvc_find_msms
_vc100
();
}
elsif
(
$opt
eq
'--msvc-copy-msms'
)
{
my
$dest
=
shift
@commands
;
defined
$dest
||
die
"copy-msms requires a destination directory"
;
...
...
scp2/source/ooo/vc_redist.scp
Dosyayı görüntüle @
6cfe3c93
...
...
@@ -27,8 +27,6 @@
#include "macros.inc"
#if defined(WITH_VC_REDIST)
MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86
Feature = gm_Root;
Name = "Microsoft_VC90_CRT_x86.msm";
...
...
@@ -36,6 +34,8 @@ MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86
ComponentCondition = "VC_REDIST=1";
End
#if defined(WITH_VC100_REDIST)
MergeModule gid_MergeModule_Microsoft_VC100_CRT_x86
Feature = gm_Root;
Name = "Microsoft_VC100_CRT_x86.msm";
...
...
@@ -43,6 +43,8 @@ MergeModule gid_MergeModule_Microsoft_VC100_CRT_x86
ComponentCondition = "VC_REDIST=1";
End
#endif
MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86
Feature = gm_Root;
Name = "policy_9_0_Microsoft_VC90_CRT_x86.msm";
...
...
@@ -67,5 +69,3 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86_x64
End
#endif
#endif
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