mirror of
https://github.com/yasuhirokimura/db18
synced 2026-06-08 18:29:23 +00:00
9 lines
179 B
Bash
Executable File
9 lines
179 B
Bash
Executable File
#!/bin/sh -
|
|
# $Id$
|
|
#
|
|
# Build the Java files.
|
|
|
|
sh s_java_stat # Create Java stat methods
|
|
sh s_java_swig # Create core Java API with SWIG
|
|
sh s_java_const # Create Java constants
|