This commit is contained in:
parent
f952a670fc
commit
09ea9e862f
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
package ase.awk;
|
package ase.awk;
|
||||||
|
|
||||||
class Extio
|
public class Extio
|
||||||
{
|
{
|
||||||
protected static final int TYPE_PIPE = 0;
|
protected static final int TYPE_PIPE = 0;
|
||||||
protected static final int TYPE_COPROC = 1;
|
protected static final int TYPE_COPROC = 1;
|
||||||
|
@ -31,7 +31,7 @@ ASEAWK_LIB =
|
|||||||
|
|
||||||
all: build$(BUILD_JNI)$(BUILD_CJ)
|
all: build$(BUILD_JNI)$(BUILD_CJ)
|
||||||
|
|
||||||
build: $(TMP_DIR) $(OUT_DIR_BIN) $(OUT_DIR_BIN)/aseawk $(OUT_DIR_BIN)/aseawk_mini $(OUT_DIR_BIN)/aseawk++
|
build: $(TMP_DIR) $(OUT_DIR_BIN) $(OUT_DIR_BIN)/aseawk $(OUT_DIR_BIN)/aseawk++
|
||||||
|
|
||||||
buildjnicj: buildjni buildcj
|
buildjnicj: buildjni buildcj
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user