javauis/m3g_qt/build/build.xml
branchGCC_SURGE
changeset 40 c6043ea9b06a
parent 21 2a9601315dfc
parent 35 85266cc22c7f
equal deleted inserted replaced
38:854be117f6a5 40:c6043ea9b06a
    16 #
    16 #
    17 -->
    17 -->
    18 
    18 
    19 <project name="javam3g" default="deploy" basedir=".">
    19 <project name="javam3g" default="deploy" basedir=".">
    20 
    20 
       
    21 	<description>
       
    22 		Builds M3G on Qt.
       
    23 	</description>
       
    24 	
    21   <import file="../../../build/utilities.xml"/>
    25   <import file="../../../build/utilities.xml"/>
    22 
    26 
    23   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    27   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    24        file -->
    28        file -->
    25 
    29 
       
    30 
    26   <target name="compile">
    31   <target name="compile">
    27     <omj.javac  classpath="../../bin/eswt.jar:../../bin/openlcdui.jar"/>
    32     <omj.javac classpath="${impl.cldc.jar}" excludes="**/CDCCompatibilityDelegate.java"/>
    28   </target>
    33   </target>
    29 
    34 
    30 
    35 
    31   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    36   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    32        file -->
    37        file -->