From e520f98d7711b475ca935984480ef7b0fc5cc951 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Mar 2008 14:03:28 +0000 Subject: INTEGRATION: CWS ause084_DEV300 (1.5.4); FILE MERGED 2008/02/15 12:14:46 hjs 1.5.4.1: #i86127#minor cleanup --- cppuhelper/test/testlib/makefile.mk | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'cppuhelper/test') diff --git a/cppuhelper/test/testlib/makefile.mk b/cppuhelper/test/testlib/makefile.mk index 2fc1fcdabe54..8ae9861fae79 100755 --- a/cppuhelper/test/testlib/makefile.mk +++ b/cppuhelper/test/testlib/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2007-11-06 15:38:41 $ +# last change: $Author: kz $ $Date: 2008-03-06 15:03:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -32,14 +32,12 @@ # MA 02111-1307 USA # #************************************************************************* -ENVWARNFLAGS:=-I. LINKFLAGSDEFS="" PRJ=..$/.. PRJNAME=cppuhelper TARGET=defbootstrap -NO_BSYMBOLIC=TRUE ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- @@ -57,10 +55,10 @@ PERLINCS:=$(PERLINST)$/CORE CFLAGS += -I$(PERLINCS) .IF "$(GUI)"=="WNT" - PERLLIB=perl58.lib +PERLLIB=perl58.lib - LIB!:=$(LIB);$(PERLLIBS) - .EXPORT : LIB +LIB!:=$(LIB);$(PERLLIBS) +.EXPORT : LIB .ENDIF -- cgit