Kaydet (Commit) 470c5fef authored tarafından Peter Foley's avatar Peter Foley

add basebmp and unotest to Library_merged

Change-Id: I13dadec895bc67a903956c6a4e6bdbfa9a1b8d84
üst 1081150d
...@@ -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 \
......
...@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment