summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jvmfwk/prj/d.lst4
-rw-r--r--jvmfwk/source/makefile.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/jvmfwk/prj/d.lst b/jvmfwk/prj/d.lst
index 4e63f6f6a8d3..7ab4e6e7f427 100644
--- a/jvmfwk/prj/d.lst
+++ b/jvmfwk/prj/d.lst
@@ -1,6 +1,6 @@
mkdir: %_DEST%\inc%_EXT%\jvmaccess
..\inc\jvmfwk\framework.h %_DEST%\inc%_EXT%\jvmfwk\framework.h
..\inc\jvmfwk\vendorplugin.h %_DEST%\inc%_EXT%\jvmfwk\vendorplugin.h
-..\%__SRC%\lib\ijavafwk.lib %_DEST%\lib%_EXT%\ijavafwk.lib
-..\%__SRC%\bin\javafwk*.dll %_DEST%\bin%_EXT%\*
+..\%__SRC%\lib\ijvmfwk.lib %_DEST%\lib%_EXT%\ijvmfwk.lib
+..\%__SRC%\bin\jvmfwk*.dll %_DEST%\bin%_EXT%\*
diff --git a/jvmfwk/source/makefile.mk b/jvmfwk/source/makefile.mk
index 061736934bee..48232f16a775 100644
--- a/jvmfwk/source/makefile.mk
+++ b/jvmfwk/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: jl $ $Date: 2004-04-19 15:56:28 $
+# last change: $Author: jl $ $Date: 2004-04-20 08:58:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,7 +61,7 @@
PRJ = ..
PRJNAME = jvmfwk
-FRAMEWORKLIB=javafwk
+FRAMEWORKLIB=jvmfwk
TARGET = $(FRAMEWORKLIB)
#LIBTARGET=NO
ENABLE_EXCEPTIONS = TRUE