git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@78170 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
jfiat
2009-04-10 08:45:10 +00:00
parent 0759dfe1a7
commit 7e2a847e39

View File

@@ -13,13 +13,13 @@
</target>
<target name="compile">
<echo message="- Compile cURL" />
<echo message="- Compile [cURL]" />
<geant target="compile" file="build.eant" dir="Clib"
reuse_variables="true" />
</target>
<target name="clean">
<echo message="- Clean cURL" />
<echo message="- Clean [cURL]" />
<delete directory="spec\${ISE_C_COMPILER}\${ISE_PLATFORM}" />
</target>