diff options
author | Noel Power <noel.power@suse.com> | 2012-09-03 15:03:03 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-11 16:04:09 +0100 |
commit | 744d6e22bb087854b0535c660dcc5b4b85de2874 (patch) | |
tree | cfbc274810c6e8ff2a8cbe1fa7f3649d5981d759 /toolkit/Library_tk.mk | |
parent | e7d85cc078bd1d2757709789014233f4e9c1a23d (diff) |
crummy but psuedo usable scrollable dialog
Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r-- | toolkit/Library_tk.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index b242b84adf73..6ce272fef93e 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -52,12 +52,14 @@ $(eval $(call gb_Library_use_libraries,tk,\ tl \ utl \ vcl \ + svt \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,tk,\ toolkit/source/awt/asynccallback \ toolkit/source/awt/stylesettings \ + toolkit/source/awt/scrollabledialog \ toolkit/source/awt/vclxaccessiblecomponent \ toolkit/source/awt/vclxbitmap \ toolkit/source/awt/vclxcontainer \ |