mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
8 lines
226 B
Bash
8 lines
226 B
Bash
#!/bin/sh -
|
|
# $Id: s_java,v 12.0 2004/11/17 03:43:35 bostic Exp $
|
|
#
|
|
# 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
|