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
45d211b5
Kaydet (Commit)
45d211b5
authored
Ock 18, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
migrate SYNAMIC_CRT and use_shl_version
üst
9d8d10ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
config_host.mk.in
config_host.mk.in
+2
-0
configure.in
configure.in
+5
-1
set_soenv.in
set_soenv.in
+0
-5
No files found.
config_host.mk.in
Dosyayı görüntüle @
45d211b5
...
@@ -71,6 +71,7 @@ export DOCDIR="@DOCDIR@"
...
@@ -71,6 +71,7 @@ export DOCDIR="@DOCDIR@"
export DOXYGEN="@DOXYGEN@"
export DOXYGEN="@DOXYGEN@"
export DO_FETCH_TARBALLS="@DO_FETCH_TARBALLS@"
export DO_FETCH_TARBALLS="@DO_FETCH_TARBALLS@"
export DPKG="@DPKG@"
export DPKG="@DPKG@"
export DYNAMIC_CRT="@DYNAMIC_CRT@"
export ENABLE_CAIRO_CANVAS="@ENABLE_CAIRO_CANVAS@"
export ENABLE_CAIRO_CANVAS="@ENABLE_CAIRO_CANVAS@"
export ENABLE_CRASHDUMP="@ENABLE_CRASHDUMP@"
export ENABLE_CRASHDUMP="@ENABLE_CRASHDUMP@"
export ENABLE_DBUS="@ENABLE_DBUS@"
export ENABLE_DBUS="@ENABLE_DBUS@"
...
@@ -391,6 +392,7 @@ export TYPO_EXTENSION_PACK="@TYPO_EXTENSION_PACK@"
...
@@ -391,6 +392,7 @@ export TYPO_EXTENSION_PACK="@TYPO_EXTENSION_PACK@"
export UNIXWRAPPERNAME="@UNIXWRAPPERNAME@"
export UNIXWRAPPERNAME="@UNIXWRAPPERNAME@"
export UPD="@UPD@"
export UPD="@UPD@"
export USE_FT_EMBOLDEN="@USE_FT_EMBOLDEN@"
export USE_FT_EMBOLDEN="@USE_FT_EMBOLDEN@"
export use_shl_version="@use_shl_version@"
export USE_XINERAMA="@USE_XINERAMA@"
export USE_XINERAMA="@USE_XINERAMA@"
export VALGRIND_CFLAGS="@VALGRIND_CFLAGS@"
export VALGRIND_CFLAGS="@VALGRIND_CFLAGS@"
export VALIDATOR_EXTENSION_PACK="@VALIDATOR_EXTENSION_PACK@"
export VALIDATOR_EXTENSION_PACK="@VALIDATOR_EXTENSION_PACK@"
...
...
configure.in
Dosyayı görüntüle @
45d211b5
...
@@ -215,7 +215,8 @@ cygwin*|interix*|mingw32*)
...
@@ -215,7 +215,8 @@ cygwin*|interix*|mingw32*)
test_freetype=no
test_freetype=no
test_fontconfig=no
test_fontconfig=no
_os=WINNT
_os=WINNT
use_shl_version="TRUE"
DYNAMIC_CRT="TRUE"
# If the host OS matches "mingw32*", that means we are using the
# If the host OS matches "mingw32*", that means we are using the
# MinGW cross-compiler, because we don't see the point in building
# MinGW cross-compiler, because we don't see the point in building
# LibreOffice using MinGW on Windows. If you want to build on
# LibreOffice using MinGW on Windows. If you want to build on
...
@@ -362,6 +363,9 @@ if test "$_os" = "AIX"; then
...
@@ -362,6 +363,9 @@ if test "$_os" = "AIX"; then
fi
fi
fi
fi
AC_SUBST(use_shl_version)
AC_SUBST(DYNAMIC_CRT)
AC_SUBST(WITH_MINGW)
AC_SUBST(WITH_MINGW)
AC_SUBST(OSVERSION)
AC_SUBST(OSVERSION)
AC_SUBST(PTHREAD_CFLAGS)
AC_SUBST(PTHREAD_CFLAGS)
...
...
set_soenv.in
Dosyayı görüntüle @
45d211b5
...
@@ -51,7 +51,6 @@ my ( $SOLAR_JAVA,
...
@@ -51,7 +51,6 @@ my ( $SOLAR_JAVA,
# Platform dependent constant values.
# Platform dependent constant values.
my
(
my
(
$OUTPATH
,
$INPATH
,
$OUTPATH
,
$INPATH
,
$DYNAMIC_CRT
,
$use_shl_versions
);
#
#
#-------------------------------------------
#-------------------------------------------
# IIc. Declaring the environment variables.
# IIc. Declaring the environment variables.
...
@@ -172,8 +171,6 @@ if ( $platform =~ m/cygwin|mingw32/ )
...
@@ -172,8 +171,6 @@ if ( $platform =~ m/cygwin|mingw32/ )
$DIRECTXSDK_LIB
=
PathFormat
(
'@DIRECTXSDK_LIB@'
);
$DIRECTXSDK_LIB
=
PathFormat
(
'@DIRECTXSDK_LIB@'
);
$USE_DIRECTX5
=
""
;
$USE_DIRECTX5
=
""
;
$DOTNET_FRAMEWORK_HOME
=
PathFormat
(
'@DOTNET_FRAMEWORK_HOME@'
);
$DOTNET_FRAMEWORK_HOME
=
PathFormat
(
'@DOTNET_FRAMEWORK_HOME@'
);
$DYNAMIC_CRT
=
"TRUE"
;
$use_shl_versions
=
"TRUE"
;
$wps
=
';'
if
'@build_os@'
eq
'cygwin'
;
# Windows style path seperator
$wps
=
';'
if
'@build_os@'
eq
'cygwin'
;
# Windows style path seperator
}
}
elsif
(
$platform
=~
m/darwin/
)
elsif
(
$platform
=~
m/darwin/
)
...
@@ -729,8 +726,6 @@ ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" );
...
@@ -729,8 +726,6 @@ ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" );
# (c = comment, e = environment variable, a = alias )
# (c = comment, e = environment variable, a = alias )
ToFile
(
"Platform dependent constant values."
,
$empty
,
"c"
);
ToFile
(
"Platform dependent constant values."
,
$empty
,
"c"
);
ToFile
(
"SOLAR_JAVA"
,
$SOLAR_JAVA
,
"e"
);
ToFile
(
"SOLAR_JAVA"
,
$SOLAR_JAVA
,
"e"
);
ToFile
(
"DYNAMIC_CRT"
,
$DYNAMIC_CRT
,
"e"
);
ToFile
(
"use_shl_versions"
,
$use_shl_versions
,
"e"
);
#
#
# Writing the variables to file.
# Writing the variables to file.
...
...
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