source: tags/0.12.0/j/src/jpty/build.xml

Last change on this file was 2, checked in by piso, 22 years ago

Initial checkin.

File size: 351 bytes
Line 
1<project name="jpty" default="all" basedir="..">
2
3  <!-- Set global properties for this build -->
4  <property name="topdir" value="${basedir}/.."/>
5  <property file="${topdir}/build.properties"/>
6
7  <target name="all">
8    <exec executable="gcc" dir="${basedir}/jpty">
9      <arg line="-Wall -O2 jpty.c -o jpty"/>
10    </exec>
11  </target>
12
13</project>
14
Note: See TracBrowser for help on using the repository browser.