source:
trunk/j/src/jpty/build.xml
@
2
Last change on this file since 2 was 2, checked in by , 21 years ago | |
---|---|
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.