diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:15:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:15:14 +0000 |
commit | 2b4d8a343ede3d2c24800b134282114df9f4dd83 (patch) | |
tree | 0701a7fcf9c479a5434cc17b417970ecd2bf860b /salhelper | |
parent | f426b0d3acb5814ca14246756d12ade2aa360a42 (diff) |
INTEGRATION: CWS ause076 (1.5.14); FILE MERGED
2007/02/23 12:32:58 hjs 1.5.14.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'salhelper')
-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 49935c62d..0b88e9843 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 |