diff options
-rw-r--r-- | vcl/test/makefile.mk | 21 |
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 |