create lib directory when building
This commit is contained in:
parent
e0cc36b02e
commit
c2ef633c87
|
@ -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="."/>
|
||||
|
|
|
@ -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="."/>
|
||||
|
|
Loading…
Reference in a new issue