diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-19 11:58:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-19 11:59:26 +0000 |
commit | e5e42a69867ed720a88864dd5d5549a6f03d2ef5 (patch) | |
tree | 78096cd13e2743ba68b487316cc08e4cc32ec582 /dbaccess/Library_dbaxml.mk | |
parent | 9a4dfa9f95cd142fe12e4d2e02226152a80baf17 (diff) |
msvc 2008 express won't link without explicit salhelper
post salhelper visibility markup and gbuildification express
2008 doesn't link without salhelper mentioned on link line
Diffstat (limited to 'dbaccess/Library_dbaxml.mk')
-rw-r--r-- | dbaccess/Library_dbaxml.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk index c7535a9496f1..68bf39910ac0 100644 --- a/dbaccess/Library_dbaxml.mk +++ b/dbaccess/Library_dbaxml.mk @@ -45,7 +45,8 @@ $(eval $(call gb_Library_add_linked_libs,dbaxml,\ dba \ dbtools \ sal \ - sax \ + salhelper \ + sax \ sfx \ svl \ tk \ |