diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:49:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:49:35 +0000 |
commit | b5ffcce8bd897d60e801c0f4c5289541881224d6 (patch) | |
tree | 19ee4d33721a3472030dfafe8e92c9a8d48872b1 /svx | |
parent | 7b4b54ba74946a48adeae1af7622e1654a9515f6 (diff) |
INTEGRATION: CWS sb59 (1.7.488); FILE MERGED
2006/08/03 13:51:46 cl 1.7.488.1: removed compiler warnings
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/gallery2/makefile.mk b/svx/source/gallery2/makefile.mk index d1dda9c4923b..70612faa5793 100644 --- a/svx/source/gallery2/makefile.mk +++ b/svx/source/gallery2/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-08 23:09:04 $ +# last change: $Author: obo $ $Date: 2006-10-12 12:49:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,8 @@ EXCEPTIONSFILES = \ $(SLO)$/gallery1.obj \ $(SLO)$/galtheme.obj \ $(SLO)$/galmisc.obj \ - $(SLO)$/galbrws1.obj + $(SLO)$/galbrws1.obj \ + $(SLO)$/galexpl.obj RESLIB1NAME = $(TARGET) RESLIB1IMAGES = $(PRJ)$/res |