Last change
on this file since fbc63c9 was
f7f05cf,
checked in by zzz <zzz@…>, 16 years ago
|
imported Iakin's public domain jcpuid library allowing the detection of CPU types from java
imported Iakin's modifications to jbigi to use the jcpuid library in detecting what jbigi implementation to load
imported and slightly updated Iakin's scripts to build jbigi for lots of architectures
(yay iakin!)
|
-
Property mode set to
100644
|
File size:
368 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 | |
---|
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.