diff options
-rw-r--r-- | salhelper/test/rtti/makefile.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/salhelper/test/rtti/makefile.mk b/salhelper/test/rtti/makefile.mk index 49935c62dee3..0b88e98431ed 100644 --- a/salhelper/test/rtti/makefile.mk +++ b/salhelper/test/rtti/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:44:33 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:15:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -103,19 +103,12 @@ APP1STDLIBS= \ $(CPPUHELPERLIB) \ $(CPPULIB) -#LIBCIMT=msvcrtd.lib - .IF "$(OS)" == "WNT" APP1STDLIBS+= $(LB)$/isamplelibrtti.lib .ELSE APP1STDLIBS+= -lsamplelibrtti .ENDIF - -.IF "$(GUI)"=="WNT" -APP1STDLIBS += $(LIBCIMT) -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |