This commit is contained in:
hyung-hwan 2007-12-14 23:37:58 +00:00
parent f952a670fc
commit 09ea9e862f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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