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
886acba2
Kaydet (Commit)
886acba2
authored
Kas 16, 2011
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
leave out redist and readmes from win installdir
and make x64 merge modules optional
üst
9484286a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
+6
-12
scpaction_ooo.scp
scp2/source/ooo/scpaction_ooo.scp
+2
-0
vc_redist.scp
scp2/source/ooo/vc_redist.scp
+4
-12
No files found.
scp2/source/ooo/scpaction_ooo.scp
Dosyayı görüntüle @
886acba2
...
@@ -35,6 +35,7 @@ ScpAction scp_Copy_Thirdpartylicense_Readme_Html
...
@@ -35,6 +35,7 @@ ScpAction scp_Copy_Thirdpartylicense_Readme_Html
End
End
#endif
#endif
#ifndef WNT
ScpAction scp_Copy_Readme_Txt
ScpAction scp_Copy_Readme_Txt
#ifdef UNX
#ifdef UNX
README_ALL_LANG(Copy, README);
README_ALL_LANG(Copy, README);
...
@@ -50,6 +51,7 @@ ScpAction scp_Copy_Readme_Txt
...
@@ -50,6 +51,7 @@ ScpAction scp_Copy_Readme_Txt
Subdir = "READMEs";
Subdir = "READMEs";
#endif
#endif
End
End
#endif
#if defined(WNT) && defined(_gcc3)
#if defined(WNT) && defined(_gcc3)
#if defined(MINGW_GCCDLL)
#if defined(MINGW_GCCDLL)
...
...
scp2/source/ooo/vc_redist.scp
Dosyayı görüntüle @
886acba2
...
@@ -29,18 +29,6 @@
...
@@ -29,18 +29,6 @@
#if defined(WITH_VC_REDIST)
#if defined(WITH_VC_REDIST)
ScpAction scp_Copy_vcredist_x86
Copy = "vcredist_x86.exe";
Name = "vcredist_x86.exe";
Subdir = "redist";
End
ScpAction scp_Copy_vcredist_x64
Copy = "vcredist_x64.exe";
Name = "vcredist_x64.exe";
Subdir = "redist";
End
MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86
MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86
Feature = gm_Root;
Feature = gm_Root;
Name = "Microsoft_VC90_CRT_x86.msm";
Name = "Microsoft_VC90_CRT_x86.msm";
...
@@ -53,6 +41,8 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86
...
@@ -53,6 +41,8 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86
RootDir = "TARGETDIR";
RootDir = "TARGETDIR";
End
End
#if defined(BUILD_X64)
MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86_x64
MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86_x64
Feature = gm_Root;
Feature = gm_Root;
Name = "Microsoft_VC90_CRT_x86_x64.msm";
Name = "Microsoft_VC90_CRT_x86_x64.msm";
...
@@ -66,3 +56,5 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86_x64
...
@@ -66,3 +56,5 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86_x64
End
End
#endif
#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