diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:55:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:55:52 +0000 |
commit | 52fa41f8c1c78eadda9d806e87518dc948ead0a7 (patch) | |
tree | c5e7661a10da9d441e311127981deceeb5e7905a /registry | |
parent | fa88b8e6d67954e538137e5549b85402c7787c32 (diff) |
INTEGRATION: CWS ause076 (1.4.2); FILE MERGED
2007/02/23 11:16:41 hjs 1.4.2.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'registry')
-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 |