create lib directory when building

This commit is contained in:
fros4943 2008-12-09 17:01:42 +00:00
parent e0cc36b02e
commit c2ef633c87
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
</target>
<target name="jar" depends="clean, init, compile">
<mkdir dir="${lib}"/>
<jar destfile="${lib}/native_gateway.jar" basedir="${build}">
<manifest>
<attribute name="Class-Path" value="."/>

View File

@ -25,6 +25,7 @@
</target>
<target name="jar" depends="clean, init, compile">
<mkdir dir="${lib}"/>
<jar destfile="${lib}/serial2pipe.jar" basedir="${build}">
<manifest>
<attribute name="Class-Path" value="."/>