diff options
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sj2/source/jscpp/makefile.mk b/sj2/source/jscpp/makefile.mk index f58d5c008bd9..fab7370d83a6 100644 --- a/sj2/source/jscpp/makefile.mk +++ b/sj2/source/jscpp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 11:30:50 $ +# last change: $Author: kz $ $Date: 2004-03-25 14:55:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,8 +76,8 @@ UNOTYPES= \ com.sun.star.uno.TypeClass \ com.sun.star.awt.XControl \ com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.java.XJavaVM \ - com.sun.star.java.XJavaThreadRegister_11 + com.sun.star.java.XJavaVM + CXXFILES= \ |