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
5c1a93df
Kaydet (Commit)
5c1a93df
authored
Agu 31, 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 dbghelp.dll download again
Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53
üst
59bf5321
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
configure.in
configure.in
+8
-0
download
download
+2
-9
ooo.lst.in
ooo.lst.in
+1
-0
No files found.
configure.in
Dosyayı görüntüle @
5c1a93df
...
@@ -3278,6 +3278,14 @@ PathFormat "$MSPDB_PATH"
...
@@ -3278,6 +3278,14 @@ PathFormat "$MSPDB_PATH"
MSPDB_PATH="$formatted_path"
MSPDB_PATH="$formatted_path"
AC_SUBST(SHOWINCLUDES_PREFIX)
AC_SUBST(SHOWINCLUDES_PREFIX)
#
# dbghelp.dll
#
if test "$_os" == "WINNT"; then
DBGHELP_DLL="13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll"
fi
AC_SUBST(DBGHELP_DLL)
#
#
# prefix C with ccache if needed
# prefix C with ccache if needed
#
#
...
...
download
Dosyayı görüntüle @
5c1a93df
...
@@ -179,7 +179,6 @@ for i in $filelist ; do
...
@@ -179,7 +179,6 @@ for i in $filelist ; do
done
done
if
[
"
$COM
"
=
"MSC"
]
;
then
if
[
"
$COM
"
=
"MSC"
]
;
then
downloaditem
"http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup/WinSDKDebuggingTools/"
"dbg_x86.msi"
"2bd67a7b00507ad93539e138a4a6a2bf"
downloaditem
"http://download.microsoft.com/download/E/9/F/E9FCA9E9-9908-4D8F-B491-8E8A4C294C01/"
"WindowsXP-KB958911-x86-ENU.exe"
"ff084c5815b0672d54628158b820f5b1"
downloaditem
"http://download.microsoft.com/download/E/9/F/E9FCA9E9-9908-4D8F-B491-8E8A4C294C01/"
"WindowsXP-KB958911-x86-ENU.exe"
"ff084c5815b0672d54628158b820f5b1"
fi
fi
...
@@ -220,15 +219,9 @@ if [ "$COM" = "MSC" -a -n "$md5sum" ]; then
...
@@ -220,15 +219,9 @@ if [ "$COM" = "MSC" -a -n "$md5sum" ]; then
# This can be run only on Windows itself (Cygwin)
# This can be run only on Windows itself (Cygwin)
TMPUNPACK
=
`
cygpath
-d
$TARFILE_LOCATION
/tmp
`
TMPUNPACK
=
`
cygpath
-d
$TARFILE_LOCATION
/tmp
`
chmod
a+w
$TARFILE_LOCATION
/tmp
chmod
a+w
$TARFILE_LOCATION
/tmp
if
[
!
-f
./external/dbghelp/dbghelp.dll
-a
-f
$TARFILE_LOCATION
/dbg_x86.msi
]
;
then
if
[
!
-f
./external/dbghelp/dbghelp.dll
-a
-f
$TARFILE_LOCATION
/13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll
]
;
then
msiexec /a
`
cygpath
-d
$TARFILE_LOCATION
/dbg_x86.msi
`
/qn
TARGETDIR
=
$TMPUNPACK
SHORTFILENAMES
=
1
cp
$TARFILE_LOCATION
/13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll ./external/dbghelp/dbghelp.dll
dbghelp_dll_path
=
PFiles/DbgTools/dbghelp.dll
sum
=
`
$md5sum
$md5special
$TARFILE_LOCATION
/tmp/
$dbghelp_dll_path
|
sed
"s/ .*//"
`
if
[
"
$sum
"
=
"4003e34416ebd25e4c115d49dc15e1a7"
]
;
then
cp
$TARFILE_LOCATION
/tmp/
$dbghelp_dll_path
./external/dbghelp/dbghelp.dll
fi
fi
fi
if
[
"
$REBASE
"
=
"download"
]
;
then
if
[
"
$REBASE
"
=
"download"
]
;
then
if
[
!
-f
./external/rebase/rebase.exe
-a
-f
$TARFILE_LOCATION
/WinSDKTools_x86.msi
]
;
then
if
[
!
-f
./external/rebase/rebase.exe
-a
-f
$TARFILE_LOCATION
/WinSDKTools_x86.msi
]
;
then
msiexec /a
`
cygpath
-d
$TARFILE_LOCATION
/WinSDKTools_x86.msi
`
/qn
TARGETDIR
=
$TMPUNPACK
SHORTFILENAMES
=
1
msiexec /a
`
cygpath
-d
$TARFILE_LOCATION
/WinSDKTools_x86.msi
`
/qn
TARGETDIR
=
$TMPUNPACK
SHORTFILENAMES
=
1
...
...
ooo.lst.in
Dosyayı görüntüle @
5c1a93df
...
@@ -101,6 +101,7 @@ fa6a2f85bd28baab035b2c95e722713f-liblangtag-0.2.tar.bz2
...
@@ -101,6 +101,7 @@ fa6a2f85bd28baab035b2c95e722713f-liblangtag-0.2.tar.bz2
@ORCUS_TARBALL@
@ORCUS_TARBALL@
http://dev-www.libreoffice.org/extern
http://dev-www.libreoffice.org/extern
185d60944ea767075d27247c3162b3bc-unowinreg.dll
185d60944ea767075d27247c3162b3bc-unowinreg.dll
@DBGHELP_DLL@
http://ooo.itc.hu/oxygenoffice/download/libreoffice/
http://ooo.itc.hu/oxygenoffice/download/libreoffice/
@OOOP_GALLERY_PACK@
@OOOP_GALLERY_PACK@
@OOOP_TEMPLATES_PACK@
@OOOP_TEMPLATES_PACK@
...
...
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