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
470c5fef
Kaydet (Commit)
470c5fef
authored
Mar 27, 2013
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add basebmp and unotest to Library_merged
Change-Id: I13dadec895bc67a903956c6a4e6bdbfa9a1b8d84
üst
1081150d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
Library_merged.mk
Library_merged.mk
+8
-13
pre_MergedLibsList.mk
solenv/gbuild/extensions/pre_MergedLibsList.mk
+2
-0
No files found.
Library_merged.mk
Dosyayı görüntüle @
470c5fef
...
@@ -29,7 +29,6 @@ $(eval $(call gb_Library_use_library_objects,merged,\
...
@@ -29,7 +29,6 @@ $(eval $(call gb_Library_use_library_objects,merged,\
))
))
$(eval
$(call
gb_Library_use_libraries,merged,\
$(eval
$(call
gb_Library_use_libraries,merged,\
$(if
$(filter
unx,$(GUIBASE)),basebmp)
\
basegfx
\
basegfx
\
comphelper
\
comphelper
\
cppu
\
cppu
\
...
@@ -40,7 +39,6 @@ $(eval $(call gb_Library_use_libraries,merged,\
...
@@ -40,7 +39,6 @@ $(eval $(call gb_Library_use_libraries,merged,\
salhelper
\
salhelper
\
tl
\
tl
\
ucbhelper
\
ucbhelper
\
unotest
\
xmlreader
\
xmlreader
\
$(gb_UWINAPI)
\
$(gb_UWINAPI)
\
))
))
...
@@ -105,17 +103,6 @@ $(eval $(call gb_Library_use_externals,merged,\
...
@@ -105,17 +103,6 @@ $(eval $(call gb_Library_use_externals,merged,\
fontconfig
\
fontconfig
\
freetype
\
freetype
\
))
))
endif
ifeq
($(OS),LINUX)
$(eval
$(call
gb_Library_add_libs,merged,\
-lm
\
-ldl
\
-lpthread
\
))
endif
ifeq
($(GUIBASE),unx)
$(eval
$(call
gb_Library_add_libs,merged,\
$(eval
$(call
gb_Library_add_libs,merged,\
-lX11
\
-lX11
\
-lXext
\
-lXext
\
...
@@ -127,6 +114,14 @@ $(eval $(call gb_Library_use_static_libraries,merged,\
...
@@ -127,6 +114,14 @@ $(eval $(call gb_Library_use_static_libraries,merged,\
))
))
endif
endif
ifeq
($(OS),LINUX)
$(eval
$(call
gb_Library_add_libs,merged,\
-lm
\
-ldl
\
-lpthread
\
))
endif
ifeq
($(OS),WNT)
ifeq
($(OS),WNT)
$(eval
$(call
gb_Library_use_system_win32_libs,merged,\
$(eval
$(call
gb_Library_use_system_win32_libs,merged,\
advapi32
\
advapi32
\
...
...
solenv/gbuild/extensions/pre_MergedLibsList.mk
Dosyayı görüntüle @
470c5fef
...
@@ -30,6 +30,7 @@ ifeq ($(MERGELIBS),TRUE)
...
@@ -30,6 +30,7 @@ ifeq ($(MERGELIBS),TRUE)
# we link all object files from these libraries into one, merged library
# we link all object files from these libraries into one, merged library
gb_MERGEDLIBS
:=
\
gb_MERGEDLIBS
:=
\
avmedia
\
avmedia
\
$
(
if
$
(
filter unx,
$(GUIBASE)
)
,basebmp
)
\
$
(
call gb_Helper_optional,DBCONNECTIVITY,calc
)
\
$
(
call gb_Helper_optional,DBCONNECTIVITY,calc
)
\
canvastools
\
canvastools
\
chartcore
\
chartcore
\
...
@@ -96,6 +97,7 @@ gb_MERGEDLIBS := \
...
@@ -96,6 +97,7 @@ gb_MERGEDLIBS := \
$
(
if
$
(
filter TRUE,
$(ENABLE_TELEPATHY)
)
,tubes
)
\
$
(
if
$
(
filter TRUE,
$(ENABLE_TELEPATHY)
)
,tubes
)
\
ucb1
\
ucb1
\
ucpfile1
\
ucpfile1
\
unotest
\
utl
\
utl
\
uui
\
uui
\
$
(
if
$(DISABLE_SCRIPTING)
,,vbahelper
)
\
$
(
if
$(DISABLE_SCRIPTING)
,,vbahelper
)
\
...
...
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