summaryrefslogtreecommitdiff
path: root/framework/Library_fwm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Library_fwm.mk')
-rw-r--r--framework/Library_fwm.mk34
1 files changed, 4 insertions, 30 deletions
diff --git a/framework/Library_fwm.mk b/framework/Library_fwm.mk
index e67c2a627091..dbd486c40de1 100644
--- a/framework/Library_fwm.mk
+++ b/framework/Library_fwm.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.
#
@@ -53,6 +53,7 @@ $(eval $(call gb_Library_add_linked_libs,fwm,\
utl \
vcl \
vos3 \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,fwm,\
@@ -64,31 +65,4 @@ $(eval $(call gb_Library_add_exception_objects,fwm,\
framework/source/tabwin/tabwinfactory \
))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,fwm,\
- dl \
- m \
- pthread \
-))
-endif
-ifeq ($(OS),WNT)
-ifneq ($(USE_MINGW),)
-$(eval $(call gb_Library_add_linked_libs,fwm,\
- mingwthrd \
- $(gb_MINGW_LIBSTDCPP) \
- mingw32 \
- $(gb_MINGW_LIBGCC) \
- uwinapi \
- mingwex \
- kernel32 \
- msvcrt \
-))
-else
-$(eval $(call gb_Library_add_linked_libs,fwm,\
- kernel32 \
- msvcrt \
- uwinapi \
-))
-endif
-endif
# vim: set noet sw=4 ts=4: