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
87882875
Kaydet (Commit)
87882875
authored
Ara 30, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move SIZEOF_* to config_host.mk
üst
16ea3bec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
config_host.mk.in
config_host.mk.in
+6
-0
set_soenv.in
set_soenv.in
+0
-6
No files found.
config_host.mk.in
Dosyayı görüntüle @
87882875
...
...
@@ -47,6 +47,12 @@ export ENABLE_UGLY="@ENABLE_UGLY@"
export ENABLE_XMLSEC="@ENABLE_XMLSEC@"
export ENABLE_ZENITY="@ENABLE_ZENITY@"
export SAL_ENABLE_FILE_LOCKING="1"
export SIZEOF_DOUBLE="@SIZEOF_DOUBLE@"
export SIZEOF_INT="@SIZEOF_INT@"
export SIZEOF_LONG="@SIZEOF_LONG@"
export SIZEOF_LONGLONG="@SIZEOF_LONGLONG@"
export SIZEOF_POINTER="@SIZEOF_POINTER@"
export SIZEOF_SHORT="@SIZEOF_SHORT@"
export SYSTEM_APACHE_COMMONS="@SYSTEM_APACHE_COMMONS@"
export SYSTEM_BOOST="@SYSTEM_BOOST@"
export SYSTEM_BSH="@SYSTEM_BSH@"
...
...
set_soenv.in
Dosyayı görüntüle @
87882875
...
...
@@ -1659,12 +1659,6 @@ else
ToFile
(
"BUILD_NCPUS"
,
"@BUILD_NCPUS@"
,
"e"
);
ToFile
(
"GMAKE_PARALLELISM"
,
"@GMAKE_PARALLELISM@"
,
"e"
);
ToFile
(
"GMAKE_MODULE_PARALLELISM"
,
"@GMAKE_MODULE_PARALLELISM@"
,
"e"
);
ToFile
(
"SIZEOF_SHORT"
,
"@SIZEOF_SHORT@"
,
"e"
);
ToFile
(
"SIZEOF_INT"
,
"@SIZEOF_INT@"
,
"e"
);
ToFile
(
"SIZEOF_LONG"
,
"@SIZEOF_LONG@"
,
"e"
);
ToFile
(
"SIZEOF_LONGLONG"
,
"@SIZEOF_LONGLONG@"
,
"e"
);
ToFile
(
"SIZEOF_DOUBLE"
,
"@SIZEOF_DOUBLE@"
,
"e"
);
ToFile
(
"SIZEOF_POINTER"
,
"@SIZEOF_POINTER@"
,
"e"
);
ToFile
(
"ALIGNOF_SHORT"
,
"@ALIGNOF_SHORT@"
,
"e"
);
ToFile
(
"ALIGNOF_INT"
,
"@ALIGNOF_INT@"
,
"e"
);
ToFile
(
"ALIGNOF_LONG"
,
"@ALIGNOF_LONG@"
,
"e"
);
...
...
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