diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-11-07 10:12:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-11-07 10:12:32 +0000 |
commit | 2001d389a7141cf5ca20e68f03cf81ce70c5d603 (patch) | |
tree | 09b3257b64559449def4f5c739d53e56f7961f08 /cppuhelper/test/makefile.mk | |
parent | caf04f04d80e0b7f5df2687c5f884a9e49aaa43c (diff) |
gcc3 corrections
Diffstat (limited to 'cppuhelper/test/makefile.mk')
-rw-r--r-- | cppuhelper/test/makefile.mk | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/cppuhelper/test/makefile.mk b/cppuhelper/test/makefile.mk index 7ac77e44729a..92aaa82d61c4 100644 --- a/cppuhelper/test/makefile.mk +++ b/cppuhelper/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2001-10-31 16:18:25 $ +# last change: $Author: hr $ $Date: 2001-11-07 11:10:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -112,17 +112,6 @@ SLOFILES= \ LIB1TARGET=$(SLB)$/cfg_test.lib LIB1OBJFILES=$(SLOFILES) -SHL1TARGET=cfg_test -SHL1STDLIBS= \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) -SHL1VERSIONMAP=$(SHL1TARGET).map -SHL1DEPN= -SHL1IMPLIB=i$(SHL1TARGET) -SHL1LIBS=$(SLB)$/$(SHL1TARGET).lib -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -DEF1NAME=$(SHL1TARGET) APP3OBJS = $(OBJ)$/cfg_test.obj APP3STDLIBS += $(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) |