提交 fca00a51 编写于 作者: S sherman

6774710: spp.sh used by genBasic.sh/genCopyDirectMemory.sh

Summary: update the scripts to use java version of spp
Reviewed-by: alanb
上级 5921414b
......@@ -23,10 +23,10 @@
# have any questions.
#
SPP='sh ../../../../make/java/nio/spp.sh'
javac -d . ../../../../make/tools/src/build/tools/spp/Spp.java > Spp.java
gen() {
$SPP -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3 <Basic-X.java >Basic$2.java
java build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3 <Basic-X.java >Basic$2.java
}
gen byte Byte Byte
......@@ -36,3 +36,5 @@ gen int Int Integer
gen long Long Long
gen float Float Float
gen double Double Double
rm -rf build
......@@ -23,10 +23,10 @@
# have any questions.
#
SPP='sh ../../../../make/java/nio/spp.sh'
javac -d . ../../../../make/tools/src/build/tools/spp/Spp.java > Spp.java
gen() {
$SPP -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3<CopyDirect-X-Memory.java >CopyDirect$2Memory.java
java build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3<CopyDirect-X-Memory.java >CopyDirect$2Memory.java
}
gen byte Byte Byte
......@@ -37,3 +37,4 @@ gen long Long Long
gen float Float Float
gen double Double Double
rm -rf build
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册