mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 17:16:25 +00:00
8 lines
179 B
Bash
Executable file
8 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
|