build Ifconfig.exe
This commit is contained in:
parent
ca9991f31c
commit
afa32b68d1
@ -28,7 +28,7 @@
|
|||||||
<target name="build" description="Build C# Sigar examples">
|
<target name="build" description="Build C# Sigar examples">
|
||||||
<mkdir dir="${build.dir}"/>
|
<mkdir dir="${build.dir}"/>
|
||||||
|
|
||||||
<foreach item="String" in="Free,CpuInfo,Df"
|
<foreach item="String" in="Free,CpuInfo,Df,Ifconfig"
|
||||||
delim="," property="name">
|
delim="," property="name">
|
||||||
<call target="build-exe"/>
|
<call target="build-exe"/>
|
||||||
</foreach>
|
</foreach>
|
||||||
|
Loading…
Reference in New Issue
Block a user