diff options
-rw-r--r-- | sj2/source/jscpp/makefile.mk | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/sj2/source/jscpp/makefile.mk b/sj2/source/jscpp/makefile.mk index 6f94ab316db4..044620337918 100644 --- a/sj2/source/jscpp/makefile.mk +++ b/sj2/source/jscpp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-07 20:13:36 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:31:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,25 +43,6 @@ TARGET=jscpp # --- Files -------------------------------------------------------- -UNOTYPES= \ - com.sun.star.uno.Exception \ - com.sun.star.uno.XInterface \ - com.sun.star.uno.TypeClass \ - com.sun.star.awt.XControl \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.java.XJavaVM - - - -CXXFILES= \ - sjapplet.cxx \ - sjapplet_impl.cxx - - -#.IF "$(GUI)"=="UNX" -#CXXFILES += widget.cxx -#.ENDIF - SLOFILES= \ $(SLO)$/sjapplet.obj \ $(SLO)$/sjapplet_impl.obj |