diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:22:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:22:31 +0000 |
commit | 8a8cbfa2e6e75c3f70bb1bf9540d44038f0e0924 (patch) | |
tree | fa26d903737f7c6917eda865da277ba5739d5718 /vcl/workben | |
parent | 53dcbbee2b0bea07429d963ee76332f725fd1c34 (diff) |
INTEGRATION: CWS aquavcl03 (1.19.4); FILE MERGED
2007/08/07 11:17:04 pl 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED
2007/07/26 11:02:27 pl 1.19.4.1: #i80025# initial checking for carbon to cocoa migration
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk index b9bd6d3d9b63..5c3d215cdf9b 100644 --- a/vcl/workben/makefile.mk +++ b/vcl/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: rt $ $Date: 2007-07-24 10:43:56 $ +# last change: $Author: kz $ $Date: 2007-10-09 15:22:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -98,7 +98,7 @@ APP2STDLIBS=$(TOOLSLIB) \ APP3NOSAL=TRUE APP3TARGET=vcldemo APP3OBJS= \ - $(OBJ)$/svdem.obj + $(OBJ)$/vcldemo.obj APP3STDLIBS= $(CPPULIB) \ $(UNOTOOLSLIB) \ |