From 627f0491e9811bcba70e91b97d9732001108d60d Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Wed, 22 May 2002 06:40:10 +0000 Subject: #99361# changed the name from javai.dll to jvm.dll to have a sensible default on windows --- stoc/source/javavm/javavm.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stoc/source') diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index cfcf071ac8df..91cbd01c7b71 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javavm.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: jbu $ $Date: 2002-04-29 14:32:46 $ + * last change: $Author: jbu $ $Date: 2002-05-22 07:40:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,7 +130,7 @@ #else #define INI_FILE "java.ini" -#define DEF_JAVALIB "javai.dll" +#define DEF_JAVALIB "jvm.dll" #define TIMEZONE "MET" -- cgit