javauis/eswt_qt/org.eclipse.swt.qt.s60.winscw/build.xml
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   253     <target name="build.lib.common" depends="init" description="params: config">
   253     <target name="build.lib.common" depends="init" description="params: config">
   254         <javah destdir="${lib.path}/${generated.native.dir}/" classpath="${plugin.dir}/bin" verbose="yes">
   254         <javah destdir="${lib.path}/${generated.native.dir}/" classpath="${plugin.dir}/bin" verbose="yes">
   255             <class name="org.eclipse.swt.internal.qt.OS"/>
   255             <class name="org.eclipse.swt.internal.qt.OS"/>
   256 			<class name="org.eclipse.swt.internal.qt.graphics.OS"/>
   256 			<class name="org.eclipse.swt.internal.qt.graphics.OS"/>
   257             <class name="org.eclipse.swt.internal.qt.s60.OS"/>
   257             <class name="org.eclipse.swt.internal.qt.s60.OS"/>
       
   258             <class name="org.eclipse.swt.internal.extension.OS"/>
   258         </javah>
   259         </javah>
   259  
   260  
   260         <!-- check  if symexports needs to be called  by checking if the either os.h and gfxos.h is never than jni_lookup-cpp  -->
   261         <!-- check  if symexports needs to be called  by checking if the either os.h and gfxos.h is never than jni_lookup-cpp  -->
   261         <uptodate property="symexports.notRequired" targetfile="${lib.path}/${generated.native.dir}/jni_lookup.cpp" 
   262         <uptodate property="symexports.notRequired" targetfile="${lib.path}/${generated.native.dir}/jni_lookup.cpp" 
   262 			srcfile="${lib.path}/${generated.native.dir}/org_eclipse_swt_internal_qt_OS.h" />
   263 			srcfile="${lib.path}/${generated.native.dir}/org_eclipse_swt_internal_qt_OS.h" />