diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-17 13:38:37 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-17 13:43:17 +0100 |
commit | 2e32ee51666ccbc2e50cf407e6824bccad6d3d70 (patch) | |
tree | 048dec7414a7dbc5d87631c07e83b8d0f0db296e /vbahelper | |
parent | 1878dad419ce97060fb622d2c6ad4d6882777417 (diff) |
killing off stl in gbuild
Diffstat (limited to 'vbahelper')
-rwxr-xr-x | vbahelper/Library_msforms.mk | 1 | ||||
-rwxr-xr-x | vbahelper/Library_vbahelper.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vbahelper/Library_msforms.mk b/vbahelper/Library_msforms.mk index 3e23c492f32b..d0b79c8cfbeb 100755 --- a/vbahelper/Library_msforms.mk +++ b/vbahelper/Library_msforms.mk @@ -60,7 +60,6 @@ $(eval $(call gb_Library_add_linked_libs,msforms,\ vcl \ tk \ sb \ - stl \ $(gb_STDLIBS) \ )) diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk index 722b66d709a1..bb2c78b81604 100755 --- a/vbahelper/Library_vbahelper.mk +++ b/vbahelper/Library_vbahelper.mk @@ -57,7 +57,6 @@ $(eval $(call gb_Library_add_linked_libs,vbahelper,\ tl \ sal \ sfx \ - stl \ svt \ vcl \ svl \ |