diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:31:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:31:43 +0000 |
commit | e6ef3828a1574114b1b43187a4951942bff56237 (patch) | |
tree | 4b4ad2d42f3ee2acdf2f7fb9dea59f0bf3a5a838 /sj2 | |
parent | def5b5f1c41fa1508872b1239cfd33e5a130d921 (diff) |
INTEGRATION: CWS ause043 (1.6.10); FILE MERGED
2005/11/03 11:32:24 hjs 1.6.10.1: #i56702# remove local header generation
Diffstat (limited to 'sj2')
-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 |