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
c140a5fd
Kaydet (Commit)
c140a5fd
authored
Eyl 07, 2012
tarafından
Peter Foley
Kaydeden (comit)
David Tardon
Eki 07, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix msm_path detection
Change-Id: Id507a3483a126f4a04dcb9be287c12a3eae5429c
üst
5c1a93df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
oowintool
oowintool
+6
-2
No files found.
oowintool
Dosyayı görüntüle @
c140a5fd
...
...
@@ -313,7 +313,9 @@ sub msvc_copy_dlls($)
sub
msvc_find_msms
()
{
my
$ver
=
find_msvc
();
my
$msm_path
=
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/$ver->{'ver'}/Setup/VS/MSMDir"
),
'w'
,
$output_format
);
my
$msm_path
=
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/9.0/Setup/VS/MSMDir"
),
'w'
,
$output_format
)
||
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/10.0/Setup/VS/MSMDir"
),
'w'
,
$output_format
)
||
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/11.0/Setup/VS/MSMDir"
),
'w'
,
$output_format
);
defined
$msm_path
||
die
"MSMDir not found"
;
return
-
e
"$msm_path/Microsoft_VC"
.
$ver
->
{
'dll_suffix'
}
.
"_CRT_x86.msm"
?
0
:
1
;
}
...
...
@@ -326,7 +328,9 @@ sub msvc_copy_msms($$)
my
$ver
=
find_msvc
();
defined
$ver
||
return
;
my
$msm_path
=
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/$ver->{'ver'}/Setup/VS/MSMDir"
),
'w'
,
$output_format
);
my
$msm_path
=
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/9.0/Setup/VS/MSMDir"
),
'w'
,
$output_format
)
||
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/10.0/Setup/VS/MSMDir"
),
'w'
,
$output_format
)
||
(
cygpath
reg_get_value
(
"HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/11.0/Setup/VS/MSMDir"
),
'w'
,
$output_format
);
defined
$msm_path
||
die
"MSMDir not found"
;
if
(
$ver
->
{
'dll_suffix'
}
==
90
)
{
if
(
$postfix
eq
"_x86"
)
{
...
...
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