diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 12:22:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 12:22:39 +0000 |
commit | 24a0367be2ddb2f7b927724cb1190baeba5ea243 (patch) | |
tree | fc65bd6784cf6c9be9524849dd5fc7b55f11b97b /vcl/source/gdi/makefile.mk | |
parent | 4ec260f861d98f3164e225e7e4a87b6ab1d489e1 (diff) |
INTEGRATION: CWS vcl35 (1.20.4); FILE MERGED
2005/01/24 09:44:41 ssa 1.20.4.1: #118908# throw runtime exception that can hopefully be caught to make plugin more stable
Diffstat (limited to 'vcl/source/gdi/makefile.mk')
-rw-r--r-- | vcl/source/gdi/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/vcl/source/gdi/makefile.mk b/vcl/source/gdi/makefile.mk index 95cb26357133..1932fc1ce7a9 100644 --- a/vcl/source/gdi/makefile.mk +++ b/vcl/source/gdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: kz $ $Date: 2005-01-18 16:18:17 $ +# last change: $Author: rt $ $Date: 2005-01-31 13:22:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,12 +124,12 @@ SLOFILES= $(SLO)$/salmisc.obj \ $(SLO)$/outdev4.obj \ $(SLO)$/outdev5.obj \ $(SLO)$/outdev6.obj \ + $(SLO)$/virdev.obj \ $(SLO)$/fontcvt.obj \ $(SLO)$/print.obj \ $(SLO)$/print2.obj \ $(SLO)$/regband.obj \ $(SLO)$/region.obj \ - $(SLO)$/virdev.obj \ $(SLO)$/wall.obj \ $(SLO)$/opengl.obj \ $(SLO)$/fontcfg.obj \ @@ -151,7 +151,9 @@ EXCEPTIONSFILES= $(SLO)$/outdev.obj \ $(SLO)$/impgraph.obj \ $(SLO)$/bmpconv.obj \ $(SLO)$/pdfextoutdevdata.obj \ - $(SLO)$/impimagetree.obj + $(SLO)$/impimagetree.obj \ + $(SLO)$/virdev.obj + # --- Targets ------------------------------------------------------ |