diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 14:41:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 22:47:48 +0200 |
commit | 30ad5e9d87adec68971464d49c733e29fc643847 (patch) | |
tree | f181812ee1946eb2c5e755569fa6c2a333716357 /sal/qa/rtl/cipher | |
parent | 2b39501b8ec6affb8afa9c6b93dff434b075e211 (diff) |
sb140: #i117694# some CppUnit related cleanup
Diffstat (limited to 'sal/qa/rtl/cipher')
-rw-r--r-- | sal/qa/rtl/cipher/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/qa/rtl/cipher/makefile.mk b/sal/qa/rtl/cipher/makefile.mk index fd95355ac912..a52f40249103 100644 --- a/sal/qa/rtl/cipher/makefile.mk +++ b/sal/qa/rtl/cipher/makefile.mk @@ -32,6 +32,7 @@ PRJNAME=sal TARGET=qa_rtl_cipher ENABLE_EXCEPTIONS=TRUE +VISIBILITY_HIDDEN=TRUE # --- Settings ----------------------------------------------------- @@ -57,7 +58,7 @@ SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) # DEF2EXPORTFILE= export.exp -SHL1VERSIONMAP= $(PRJ)$/qa$/export.map +SHL1USE_EXPORTS= name #------------------------------- All object files ------------------------------- SLOFILES=$(SHL1OBJS) |