diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-10-29 10:26:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-10-29 10:26:13 +0000 |
commit | 4f976ce5f5ca31a3c6092891ff6b78ccfc415a19 (patch) | |
tree | c6583a1524bc480f632fe85c02351477e694fd47 /vcl/util | |
parent | 011bcd1ea1e8ce10f6b9946d8d44d05a59387b8c (diff) |
CWS-TOOLING: integrate CWS appleremote01
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index c16e01b3914e..de86f48dddf4 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.112.22.2 $ +# $Revision: 1.111.36.3 $ # # This file is part of OpenOffice.org. # @@ -184,7 +184,10 @@ SHL1STDLIBS+=\ SHL1USE_EXPORTS=name .IF "$(GUIBASE)"=="aqua" -SHL1STDLIBS+=$(BASEBMPLIB) +SHL1STDLIBS+= \ + $(BASEBMPLIB) \ + -lAppleRemote$(DLLPOSTFIX) + SHL1STDLIBS+= \ -framework QTKit LIB1FILES+= \ |