mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
create lib directory when building
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jar" depends="clean, init, compile">
|
<target name="jar" depends="clean, init, compile">
|
||||||
|
<mkdir dir="${lib}"/>
|
||||||
<jar destfile="${lib}/native_gateway.jar" basedir="${build}">
|
<jar destfile="${lib}/native_gateway.jar" basedir="${build}">
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Class-Path" value="."/>
|
<attribute name="Class-Path" value="."/>
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jar" depends="clean, init, compile">
|
<target name="jar" depends="clean, init, compile">
|
||||||
|
<mkdir dir="${lib}"/>
|
||||||
<jar destfile="${lib}/serial2pipe.jar" basedir="${build}">
|
<jar destfile="${lib}/serial2pipe.jar" basedir="${build}">
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Class-Path" value="."/>
|
<attribute name="Class-Path" value="."/>
|
||||||
|
Reference in New Issue
Block a user