diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:23:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:23:02 +0000 |
commit | c42534aa6bea3a4b72328e0959320be8e264b00c (patch) | |
tree | a0872d656c42f992a0dd7129f0eac9cc5b68cc61 /vcl/unx/source/gdi/makefile.mk | |
parent | 6ed16db1c9425599afa89a742f954ca3c9032389 (diff) |
INTEGRATION: CWS vcl85_SRC680 (1.21.326); FILE MERGED
2008/01/08 16:30:59 pl 1.21.326.1: #i82997# catch bad alloc exception
Diffstat (limited to 'vcl/unx/source/gdi/makefile.mk')
-rw-r--r-- | vcl/unx/source/gdi/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/makefile.mk b/vcl/unx/source/gdi/makefile.mk index d406b377a590..9b349b81015e 100644 --- a/vcl/unx/source/gdi/makefile.mk +++ b/vcl/unx/source/gdi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: ihi $ $Date: 2006-11-14 15:25:12 $ +# last change: $Author: rt $ $Date: 2008-01-29 16:23:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,6 +73,7 @@ SLOFILES= \ EXCEPTIONSFILES=\ $(SLO)$/xlfd_extd.obj \ + $(SLO)$/salbmp.obj \ $(SLO)$/salgdi3.obj \ $(SLO)$/salcvt.obj |