diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:25:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:25:11 +0000 |
commit | 3d9b3b28c59e37c4fdfd5a42f8d0600b8f0a13e5 (patch) | |
tree | a3bb9f027647a7f2ceb73f4493620804be5a1cb8 /svtools/bmpmaker | |
parent | e98ce1645e46e24ff2940194b3f7dd54f3801035 (diff) |
INTEGRATION: CWS ause076 (1.16.18); FILE MERGED
2007/02/28 10:48:10 hjs 1.16.18.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r-- | svtools/bmpmaker/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/bmpmaker/makefile.mk b/svtools/bmpmaker/makefile.mk index 7cda60e50080..2c1ecfb2e86d 100644 --- a/svtools/bmpmaker/makefile.mk +++ b/svtools/bmpmaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: vg $ $Date: 2007-02-06 14:24:52 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:25:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,7 @@ SRS1FILES=$(SRS)$/bmp.srs APP1TARGET= $(TARGET) APP1STDLIBS = \ - $(SVLIB) \ + $(VCLLIB) \ $(TOOLSLIB) \ $(VOSLIB) \ $(SALLIB) @@ -78,7 +78,7 @@ APP2TARGET = bmpsum APP2BASE = 0x10000000 APP2OBJS = $(OBJ)$/bmpsum.obj -APP2STDLIBS = $(SVLIB) \ +APP2STDLIBS = $(VCLLIB) \ $(TOOLSLIB) \ $(VOSLIB) \ $(SALLIB) |