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
bc78ac68
Kaydet (Commit)
bc78ac68
authored
Kas 27, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
render the --enable-pch option inert.
üst
88611e70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
19 deletions
+2
-19
configure.in
configure.in
+2
-18
set_soenv.in
set_soenv.in
+0
-1
No files found.
configure.in
Dosyayı görüntüle @
bc78ac68
...
@@ -444,7 +444,7 @@ AC_ARG_ENABLE(vba,
...
@@ -444,7 +444,7 @@ AC_ARG_ENABLE(vba,
AC_ARG_ENABLE(pch,
AC_ARG_ENABLE(pch,
AS_HELP_STRING([--enable-pch],
AS_HELP_STRING([--enable-pch],
[
EXPERIMENTAL: Enables precompiled header support for C++.
])
[
DEPRECATED : is ignored
])
)
)
AC_ARG_ENABLE(mozilla,
AC_ARG_ENABLE(mozilla,
...
@@ -2642,23 +2642,7 @@ dnl ===================================================================
...
@@ -2642,23 +2642,7 @@ dnl ===================================================================
dnl Set the ENABLE_PCH variable. (Activate --enable-pch)
dnl Set the ENABLE_PCH variable. (Activate --enable-pch)
dnl ===================================================================
dnl ===================================================================
AC_MSG_CHECKING([whether to enable pch feature])
AC_MSG_CHECKING([whether to enable pch feature])
if test -n "$enable_pch" && test "$enable_pch" != "no"; then
AC_MSG_RESULT([no, obsolete])
if test "$_os" = "WINNT" -a "$WITH_MINGW" != "yes"; then
ENABLE_PCH="TRUE"
AC_MSG_RESULT([yes])
dnl There is no PCH support in GCC versions prior to this
elif test "$GCC" = "yes"; then
ENABLE_PCH="TRUE"
AC_MSG_RESULT([yes])
else
ENABLE_PCH=""
AC_MSG_WARN([Precompiled header not yet supported for your platform/compiler])
fi
else
ENABLE_PCH=""
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_PCH)
dnl ===================================================================
dnl ===================================================================
dnl Search all the common names for GNU make
dnl Search all the common names for GNU make
...
...
set_soenv.in
Dosyayı görüntüle @
bc78ac68
...
@@ -1812,7 +1812,6 @@ ToFile( "ENABLE_FONTCONFIG", "@ENABLE_FONTCONFIG@", "e" );
...
@@ -1812,7 +1812,6 @@ ToFile( "ENABLE_FONTCONFIG", "@ENABLE_FONTCONFIG@", "e" );
ToFile
(
"FONTCONFIG_LIBS"
,
"@FONTCONFIG_LIBS@"
,
"e"
);
ToFile
(
"FONTCONFIG_LIBS"
,
"@FONTCONFIG_LIBS@"
,
"e"
);
ToFile
(
"FONTCONFIG_CFLAGS"
,
"@FONTCONFIG_CFLAGS@"
,
"e"
);
ToFile
(
"FONTCONFIG_CFLAGS"
,
"@FONTCONFIG_CFLAGS@"
,
"e"
);
ToFile
(
"ENABLE_DIRECTX"
,
"@ENABLE_DIRECTX@"
,
"e"
);
ToFile
(
"ENABLE_DIRECTX"
,
"@ENABLE_DIRECTX@"
,
"e"
);
ToFile
(
"ENABLE_PCH"
,
"@ENABLE_PCH@"
,
"e"
);
ToFile
(
"ENABLE_GRAPHITE"
,
"@ENABLE_GRAPHITE@"
,
"e"
);
ToFile
(
"ENABLE_GRAPHITE"
,
"@ENABLE_GRAPHITE@"
,
"e"
);
ToFile
(
"SYSTEM_GRAPHITE"
,
"@SYSTEM_GRAPHITE@"
,
"e"
);
ToFile
(
"SYSTEM_GRAPHITE"
,
"@SYSTEM_GRAPHITE@"
,
"e"
);
ToFile
(
"GRAPHITE_LIBS"
,
"@GRAPHITE_LIBS@"
,
"e"
);
ToFile
(
"GRAPHITE_LIBS"
,
"@GRAPHITE_LIBS@"
,
"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