We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a49027 commit a38b097Copy full SHA for a38b097
libcobj/compile.sh
@@ -0,0 +1,12 @@
1
+SRC_BASE_PATH=src/jp/osscons/opensourcecobol/libcobj/
2
+
3
+javac -encoding UTF8 -d build \
4
+ ${SRC_BASE_PATH}/*.java \
5
+ ${SRC_BASE_PATH}/call/*.java \
6
+ ${SRC_BASE_PATH}/common/*.java \
7
+ ${SRC_BASE_PATH}/data/*.java \
8
+ ${SRC_BASE_PATH}/exceptions/*.java \
9
+ ${SRC_BASE_PATH}/file/*.java \
10
+ ${SRC_BASE_PATH}/termio/*.java
11
12
+cd build && jar cf libcobj.jar jp
0 commit comments