diff options
-rw-r--r-- | registry/test/makefile.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/registry/test/makefile.mk b/registry/test/makefile.mk index 1f04957a418f..419776fd6f12 100644 --- a/registry/test/makefile.mk +++ b/registry/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:36:06 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:55:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -68,13 +68,6 @@ SHL1STDLIBS= \ $(SALHELPERLIB) \ $(STDLIBCPP) -.IF "$(GUI)" == "WNT" -SHL1STDLIBS += \ - $(LIBCMT) \ - $(LIBCIMT) -.ENDIF - - SHL1LIBS= $(LIB1TARGET) SHL1DEPN= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def |