Last change
on this file since 24c8cc1 was
9ea6eed2,
checked in by zzz <zzz@…>, 16 years ago
|
added support for local build (saving as jbigi)
|
-
Property mode set to
100644
|
File size:
390 bytes
|
Line | |
---|
1 | #/bin/sh |
---|
2 | |
---|
3 | (cd jcpuid ; sh build.sh ; cd ..) |
---|
4 | (cd jbigi ; sh build.sh ; cd ..) |
---|
5 | |
---|
6 | mkdir -p t/freenet/support/CPUInformation/ |
---|
7 | cp jcpuid/lib/freenet/support/CPUInformation/*jcpuid* t/freenet/support/CPUInformation/ |
---|
8 | |
---|
9 | mkdir -p t/net/i2p/util/ |
---|
10 | cp jbigi/lib/net/i2p/util/*jbigi* t/net/i2p/util/ |
---|
11 | cp jbigi/lib/*jbigi* t/ |
---|
12 | |
---|
13 | (cd t ; jar cf ../jbigi.jar . ; cd ..) |
---|
14 | |
---|
15 | echo "Native code built into jbigi.jar" |
---|
Note: See
TracBrowser
for help on using the repository browser.