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
54b7697c
Kaydet (Commit)
54b7697c
authored
Ara 01, 2009
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS sconfigl10n
üst
2bc1a6dc
8bcc971d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
set_soenv.in
set_soenv.in
+9
-1
No files found.
set_soenv.in
Dosyayı görüntüle @
54b7697c
...
@@ -78,7 +78,7 @@ my ( $USR, $ETC, $BIN, $LIB, $LIB64, $INC, $INCLUDE, $DEV, $OPT, $LOCAL, $SOLENV
...
@@ -78,7 +78,7 @@ my ( $USR, $ETC, $BIN, $LIB, $LIB64, $INC, $INCLUDE, $DEV, $OPT, $LOCAL, $SOLENV
# Environment variables.
# Environment variables.
my ( $oldPATH, $SRC_ROOT, $SO_HOME, $JAVA_HOME, $JDK, $JAVAFLAGS, $SHELL,
my ( $oldPATH, $SRC_ROOT, $SO_HOME, $JAVA_HOME, $JDK, $JAVAFLAGS, $SHELL,
$UPD, $WORK_STAMP,
$UPD, $WORK_STAMP,
$SOURCE_ROOT_DIR ,
$SOLARSRC, $DEVROOT, $SOLARVER, $SOLARVERSION, $SOLARENV,
$SOLARSRC, $DEVROOT, $SOLARVER, $SOLARVERSION, $SOLARENV,
$STAR_INIROOT, $STAR_INIROOTOLD, $STAR_STANDLST, $STAR_SSCOMMON, $STAR_SSOLARINI,
$STAR_INIROOT, $STAR_INIROOTOLD, $STAR_STANDLST, $STAR_SSCOMMON, $STAR_SSOLARINI,
$DMAKEROOT, $CLASSPATH, $XCLASSPATH, $COMPATH,
$DMAKEROOT, $CLASSPATH, $XCLASSPATH, $COMPATH,
...
@@ -805,6 +805,7 @@ $SRC_ROOT =~ s/\/config_office//;
...
@@ -805,6 +805,7 @@ $SRC_ROOT =~ s/\/config_office//;
$SRC_ROOT = PathFormat($SRC_ROOT);
$SRC_ROOT = PathFormat($SRC_ROOT);
CheckPathExist( $SRC_ROOT );
CheckPathExist( $SRC_ROOT );
#-----------------------------------------------------------------------------------------------------
#-----------------------------------------------------------------------------------------------------
# Copy top level makefile from config_office/ to $SRC_ROOT
# Copy top level makefile from config_office/ to $SRC_ROOT
#-----------------------------------------------------------------------------------------------------
#-----------------------------------------------------------------------------------------------------
...
@@ -978,6 +979,12 @@ if ( $platform =~ m/darwin/ )
...
@@ -978,6 +979,12 @@ if ( $platform =~ m/darwin/ )
$WORK_STAMP = "@SOURCEVERSION@";
$WORK_STAMP = "@SOURCEVERSION@";
# Location of the source.
# Location of the source.
$SOLARSRC = '$SRC_ROOT';
$SOLARSRC = '$SRC_ROOT';
# SOURCE_ROOT_DIR equals $SOLARSRC/..
my @list1 = split( /\// , $SOLARSRC );
pop @list1;
$SOURCE_ROOT_DIR = join ( '/' , @list1 );
#
#
$DEVROOT = '$SRC_ROOT';
$DEVROOT = '$SRC_ROOT';
# Set solenv and solver to given or default values.
# Set solenv and solver to given or default values.
...
@@ -1930,6 +1937,7 @@ if ($platform !~ m/cygwin|os2/) {
...
@@ -1930,6 +1937,7 @@ if ($platform !~ m/cygwin|os2/) {
}
}
}
}
ToFile( "SOLARSRC", $SOLARSRC, "e" );
ToFile( "SOLARSRC", $SOLARSRC, "e" );
ToFile( "SOURCE_ROOT_DIR", $SOURCE_ROOT_DIR, "e" );
if ( $platform =~ m/cygwin/ )
if ( $platform =~ m/cygwin/ )
{
{
ToFile( "ILIB", $ILIB, "e" );
ToFile( "ILIB", $ILIB, "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