diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:25:18 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:25:18 +0000 |
commit | d1f0699d72fe62a290869fd67d5999c2169c289b (patch) | |
tree | 08cbadf7a6cdf465de98f490896f22cd066b8a90 /vcl/util | |
parent | 0535516a2f4f08b15ad9a8007f12f9a57d4fbbb1 (diff) |
INTEGRATION: CWS ause036 (1.75.12); FILE MERGED
2006/05/24 15:55:17 hjs 1.75.12.4: RESYNC: (1.77-1.79); FILE MERGED
2006/02/27 17:40:03 hjs 1.75.12.3: RESYNC: (1.76-1.77); FILE MERGED
2005/11/15 16:40:30 hjs 1.75.12.2: RESYNC: (1.75-1.76); FILE MERGED
2005/11/15 15:16:27 hjs 1.75.12.1: #i50255# remove obsolete/wronge dependencies
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 6dc8e4301bb2..a16bd0ea8234 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.79 $ +# $Revision: 1.80 $ # -# last change: $Author: rt $ $Date: 2006-05-05 11:01:49 $ +# last change: $Author: ihi $ $Date: 2006-06-29 11:25:18 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -183,11 +183,6 @@ SHL1USE_EXPORTS=ordinal SHL1STDLIBS+= $(FREETYPELIB) .ENDIF # USE_BUILTIN_RASTERIZER - -.IF "$(GUI)"!="MAC" -SHL1DEPN= $(L)$/itools.lib $(L)$/sot.lib -.ENDIF - SHL1LIBS= $(LIB1TARGET) .IF "$(GUI)"!="UNX" SHL1OBJS= $(SLO)$/salshl.obj |