summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-21 13:57:06 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-21 13:57:06 +0000
commit323bc4fcca7f60530607d3c0ffa7d66ea5ea1a3c (patch)
tree0edc9d377fe2e82b6c8225b9c94affe10af9f102 /vcl/source
parent4a16da8f48a04bbd0fe1457408087e4f26d393cb (diff)
INTEGRATION: CWS bmpres01 (1.15.36); FILE MERGED
2004/04/21 13:29:39 ka 1.15.36.3: added impimagetree.cxx 2004/02/12 11:42:07 ka 1.15.36.2: #i22149# support for alpha masks 2004/02/03 14:49:17 ka 1.15.36.1: added support for transparent resource bitmaps from local file system
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/makefile.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/vcl/source/gdi/makefile.mk b/vcl/source/gdi/makefile.mk
index ce104bc30fab..f2d2a430598a 100644
--- a/vcl/source/gdi/makefile.mk
+++ b/vcl/source/gdi/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: hr $ $Date: 2004-05-10 15:48:36 $
+# last change: $Author: rt $ $Date: 2004-05-21 14:57:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,6 +105,7 @@ SLOFILES= $(SLO)$/salmisc.obj \
$(SLO)$/impbmp.obj \
$(SLO)$/impgraph.obj \
$(SLO)$/impimage.obj \
+ $(SLO)$/impimagetree.obj \
$(SLO)$/impprn.obj \
$(SLO)$/impvect.obj \
$(SLO)$/implncvt.obj \
@@ -136,13 +137,16 @@ SLOFILES= $(SLO)$/salmisc.obj \
$(SLO)$/sallayout.obj \
$(SLO)$/salgdilayout.obj \
$(SLO)$/salnativewidgets-none.obj \
- $(SLO)$/bmpconv.obj
+ $(SLO)$/bmpconv.obj \
+ $(SLO)$/pngread.obj \
+ $(SLO)$/pngwrite.obj
EXCEPTIONSFILES= $(SLO)$/outdev.obj \
$(SLO)$/gfxlink.obj \
$(SLO)$/print.obj \
$(SLO)$/impgraph.obj \
- $(SLO)$/bmpconv.obj
+ $(SLO)$/bmpconv.obj \
+ $(SLO)$/impimagetree.obj
# --- Targets ------------------------------------------------------