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
73bdc982
Kaydet (Commit)
73bdc982
authored
Tem 27, 2007
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i80097# correctly conditionalize svp plugin. Patch by pl
üst
04fc0b6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
file_library_ooo.scp
scp2/source/ooo/file_library_ooo.scp
+3
-3
makefile.mk
scp2/source/ooo/makefile.mk
+3
-3
No files found.
scp2/source/ooo/file_library_ooo.scp
Dosyayı görüntüle @
73bdc982
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
* $Revision: 1.25
4
$
* $Revision: 1.25
5
$
*
* last change: $Author: rt $ $Date: 2007-07-2
4 11:25:04
$
* last change: $Author: rt $ $Date: 2007-07-2
7 10:32:48
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -1733,7 +1733,7 @@ File gid_File_Lib_Basebmp
End
#endif
#if
def UNX
#if
defined UNX && ! defined QUARTZ
STD_LIB_FILE_PATCH( gid_File_Lib_Vclplug_Svp, vclplug_svp )
STD_LIB_FILE_PATCH( gid_File_Lib_BaseBmp, basebmp )
#endif
...
...
scp2/source/ooo/makefile.mk
Dosyayı görüntüle @
73bdc982
...
...
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.5
6
$
# $Revision: 1.5
7
$
#
# last change: $Author: rt $ $Date: 2007-07-2
4 10:35:13
$
# last change: $Author: rt $ $Date: 2007-07-2
7 10:32:55
$
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -271,7 +271,7 @@ ULFFILES= \
registryitem_ooo.ulf
\
module_systemint.ulf
.IF
"$(GUI
)"
==
"UNX
"
.IF
"$(GUI
BASE)"
==
"unx
"
PARFILES
+=
module_headless.par
ULFFILES
+=
module_headless.ulf
.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