Last change
on this file since 527c9ba5 was
bc7ab391,
checked in by zzz <zzz@…>, 13 years ago
|
+x the c build files
|
-
Property mode set to
100755
|
File size:
340 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/*jbigi* t/ |
---|
11 | |
---|
12 | (cd t ; jar cf ../jbigi.jar . ; cd ..) |
---|
13 | |
---|
14 | echo "Native code built into jbigi.jar" |
---|
Note: See
TracBrowser
for help on using the repository browser.