summaryrefslogtreecommitdiff
path: root/framework/Library_fwi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Library_fwi.mk')
-rw-r--r--framework/Library_fwi.mk37
1 files changed, 5 insertions, 32 deletions
diff --git a/framework/Library_fwi.mk b/framework/Library_fwi.mk
index 8512b3a874fe..046c7230e35f 100644
--- a/framework/Library_fwi.mk
+++ b/framework/Library_fwi.mk
@@ -2,7 +2,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2009 by Sun Microsystems, Inc.
+# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
@@ -14,12 +14,12 @@
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
+# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
@@ -58,6 +58,7 @@ $(eval $(call gb_Library_add_linked_libs,fwi,\
utl \
vcl \
vos3 \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,fwi,\
@@ -76,38 +77,10 @@ $(eval $(call gb_Library_add_exception_objects,fwi,\
framework/source/fwi/uielement/rootitemcontainer \
))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,fwi,\
- dl \
- m \
- pthread \
-))
-endif
ifeq ($(OS),WNT)
-ifneq ($(USE_MINGW),)
$(eval $(call gb_Library_add_linked_libs,fwi,\
- mingwthrd \
- $(gb_MINGW_LIBSTDCPP) \
- mingw32 \
- $(gb_MINGW_LIBGCC) \
- uwinapi \
- moldname \
- mingwex \
advapi32 \
- kernel32 \
- msvcrt \
- unicows \
-))
-else
-$(eval $(call gb_Library_add_linked_libs,fwi,\
- advapi32 \
- kernel32 \
- msvcrt \
- stl \
- unicows \
- uwinapi \
))
endif
-endif
-# TODO: visibility
+
# vim: set noet sw=4 ts=4: