diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:51:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:51:20 +0000 |
commit | cca8b54c4500ecb4d402b88b2634363b7f620262 (patch) | |
tree | 06f88a44c4dcc83c603537c9e9b1967175cdf888 | |
parent | cae8564960aaa4ea95a68ee3e8923bc998fcf2a2 (diff) |
INTEGRATION: CWS ause076 (1.5.64); FILE MERGED
2007/02/23 12:41:51 hjs 1.5.64.1: #i74721# cleanup obsolete library variables
-rw-r--r-- | stoc/test/javavm/makefile.mk | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/stoc/test/javavm/makefile.mk b/stoc/test/javavm/makefile.mk index 0f807d5d3599..a2a5e993134c 100644 --- a/stoc/test/javavm/makefile.mk +++ b/stoc/test/javavm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:27:40 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:51:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -75,21 +75,7 @@ APP6STDLIBS= \ $(SALLIB) # $(UNOLIB) -.IF "$(GUI)"=="WNT" -APP6STDLIBS+= $(LIBCIMT) -.ENDIF - -#ALLIDLFILES:= - # --- Target ------------------------------------------------ -.IF "$(depend)" == "" -#ALL : unoheader \ -# ALLTAR -ALL : ALLTAR -.ELSE -ALL: ALLDEP -.ENDIF - .INCLUDE : target.mk |