summaryrefslogtreecommitdiff
path: root/cppuhelper/test
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:03:28 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:03:28 +0000
commite520f98d7711b475ca935984480ef7b0fc5cc951 (patch)
treea2542053b348c99b43ac64aa1a6e6f343b2a5d7e /cppuhelper/test
parentd5b98322e0967c06039bbe18f4b9f358df30de0c (diff)
INTEGRATION: CWS ause084_DEV300 (1.5.4); FILE MERGED
2008/02/15 12:14:46 hjs 1.5.4.1: #i86127#minor cleanup
Diffstat (limited to 'cppuhelper/test')
-rwxr-xr-xcppuhelper/test/testlib/makefile.mk12
1 files changed, 5 insertions, 7 deletions
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