Rev 1092 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1092 | Rev 1122 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | 9 | ||
10 | <target name="build"> |
10 | <target name="build"> |
11 | <mkdir dir="${build.dir}"/> |
11 | <mkdir dir="${build.dir}"/> |
12 | <csc target="winexe" output="bin/tcpproxy.exe" debug="${debug}"> |
12 | <csc target="winexe" output="bin/tcpproxy.exe" debug="${debug}"> |
13 | <sources> |
13 | <sources> |
14 | <include name="src/*.cs" /> |
14 | <include name="*.cs" /> |
15 | </sources> |
15 | </sources> |
16 | </csc> |
16 | </csc> |
17 | </target> |
17 | </target> |
18 | 18 | ||
19 | <target name="run" depends="build"> |
19 | <target name="run" depends="build"> |