diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 13:48:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 13:48:24 +0000 |
commit | 2deb23c73ab27433ccfeaef721dd508a8e3703b3 (patch) | |
tree | 725f03230732221151d2f9ebc19694983fa23085 /canvas | |
parent | ceed86c7e1015c5de6fb5ba15b0fd3df9e337356 (diff) |
INTEGRATION: CWS presfixes09 (1.6.32); FILE MERGED
2006/03/06 22:49:01 thb 1.6.32.1: #i49357# Reworked canvas/window association (canvas is now window-listener, and exposes the associated window via a property)
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/makefile.mk b/canvas/source/vcl/makefile.mk index be0be41de960..cfc04df5e7cd 100644 --- a/canvas/source/vcl/makefile.mk +++ b/canvas/source/vcl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2005-11-02 13:02:32 $ +# last change: $Author: kz $ $Date: 2006-12-13 14:48:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,7 +73,7 @@ SLOFILES = $(SLO)$/backbuffer.obj \ SHL1TARGET=$(TARGET).uno -SHL1STDLIBS= $(TOOLSLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CPPUHELPERLIB) $(BASEGFXLIB) $(CANVASTOOLSLIB) $(GOODIESLIB) +SHL1STDLIBS= $(TOOLSLIB) $(TKLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CPPUHELPERLIB) $(BASEGFXLIB) $(CANVASTOOLSLIB) $(GOODIESLIB) SHL1IMPLIB=i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib |