diff options
Diffstat (limited to 'jvmaccess/source/makefile.mk')
-rw-r--r-- | jvmaccess/source/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk index f6a34ba39858..ac46bcb3a31a 100644 --- a/jvmaccess/source/makefile.mk +++ b/jvmaccess/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: sb $ $Date: 2002-12-06 11:35:36 $ +# last change: $Author: hr $ $Date: 2003-03-26 12:41:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,6 +68,10 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk SLOFILES = \ - $(SLO)$/virtualmachine.obj + $(SLO)$/javainfo.obj \ + $(SLO)$/javainfoimpl.obj \ + $(SLO)$/sunversion.obj \ + $(SLO)$/virtualmachine.obj \ + $(SLO)$/windows.obj .INCLUDE: target.mk |