diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2005-11-14 09:21:12 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2005-11-14 09:21:12 +0000 |
commit | 5d9f360adbf2de4d204b2e6369cdc43928705329 (patch) | |
tree | 6f2e5737f7b18a5dfdd207f758f70371ee17860f /agg | |
parent | b6fc114d9d9dd10688f6696411de7e3ffe6f3239 (diff) |
#i57388# remove dependencies on module sal
Diffstat (limited to 'agg')
-rwxr-xr-x | agg/source/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/agg/source/makefile.mk b/agg/source/makefile.mk index 502699dd9137..9173bb900ecc 100755 --- a/agg/source/makefile.mk +++ b/agg/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-11-09 13:28:35 $ +# last change: $Author: hjs $ $Date: 2005-11-14 10:21:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,6 +42,9 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +# don't link default libraries from sal +UWINAPILIB= +LIBSALCPPRT= # --- Files ------------------------------------- SLOFILES= \ |