summaryrefslogtreecommitdiff
path: root/vbahelper/Library_vbahelper.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
commitab451ff91e394a5f756558a9b27b39b55c43f075 (patch)
tree3734ff13290f921c824b452ce8d71ef3c836d368 /vbahelper/Library_vbahelper.mk
parenta204d0906ddf7498cf6bc0acbae4ac949f1a1af6 (diff)
CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework
Diffstat (limited to 'vbahelper/Library_vbahelper.mk')
-rwxr-xr-xvbahelper/Library_vbahelper.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk
index 01d144cc4897..722b66d709a1 100755
--- a/vbahelper/Library_vbahelper.mk
+++ b/vbahelper/Library_vbahelper.mk
@@ -63,27 +63,9 @@ $(eval $(call gb_Library_add_linked_libs,vbahelper,\
svl \
msfilter \
tk \
+ $(gb_STDLIBS) \
))
-# this code usually will be platform specific; these libraries are also defined in Repository.mk
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,vbahelper,\
- dl \
- m \
- pthread \
-))
-endif
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,vbahelper,\
- kernel32 \
- msvcrt \
- oldnames \
- user32 \
- uwinapi \
-))
-endif
-
# add all source files that shall be compiled with exceptions enabled
# the name is relative to $(SRCROOT) and must not contain an extension
$(eval $(call gb_Library_add_exception_objects,vbahelper,\