summaryrefslogtreecommitdiff
path: root/vcl/test
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 09:56:42 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 09:56:42 +0000
commit06f52e711e5b7793efa742d8cae624624f1e8730 (patch)
treefcd258d4218600df1ab44bcd5e6e9c83266a799c /vcl/test
parentd2f7b347f394eb5e9398cf95c39ddff5705f0ea8 (diff)
INTEGRATION: CWS ause068 (1.5.398); FILE MERGED
2006/09/18 13:38:00 hjs 1.5.398.1: #i69614# fix PRJNAME - and makefile
Diffstat (limited to 'vcl/test')
-rw-r--r--vcl/test/makefile.mk21
1 files changed, 10 insertions, 11 deletions
diff --git a/vcl/test/makefile.mk b/vcl/test/makefile.mk
index 432609e311d9..fcd1178426b6 100644
--- a/vcl/test/makefile.mk
+++ b/vcl/test/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 12:34:33 $
+# last change: $Author: kz $ $Date: 2006-10-05 10:56:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,12 @@
#
#*************************************************************************
+# any volunteer to remove warnings?
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+
PRJ=..
-PRJNAME=SV
+PRJNAME=vcl
TARGET=dndtest
LIBTARGET=NO
@@ -45,13 +48,13 @@ LIBTARGET=NO
# --- Files --------------------------------------------------------
-OBJFILES= $(OBJ)$/dndtest.obj
+OBJFILES= \
+ $(OBJ)$/dndtest.obj
+
APP1NOSAL= TRUE
APP1TARGET= $(TARGET)
-APP1OBJS= $(OBJ)$/dnddem.obj \
- $(OBJ)$/salmain.obj
-
+APP1OBJS= $(OBJFILES) $(SLO)$/salmain.obj
APP1STDLIBS= $(CPPULIB) \
$(CPPUHELPERLIB) \
$(TOOLSLIB) \
@@ -61,10 +64,6 @@ APP1STDLIBS= $(CPPULIB) \
$(COMPHELPERLIB) \
$(SVLIB)
-APP1DEPN= $(L)$/itools.lib \
- $(L)$/sot.lib
-
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk