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