#!/bin/sh

# ----------------------------------------------------------------------------
# Set the local compilation environment here
# ----------------------------------------------------------------------------


# ----------------------------------------------------------------------------
# Set include path (might be required for OpenSSL and MySQL)
# Example: export CPATH=/usr/include/mysql

#export CPATH=


# ----------------------------------------------------------------------------
# Set library path (might be required for OpenSSL and MySQL)
# Example: export LIBRARY_PATH=/usr/lib64/mysql

#export LIBRARY_PATH=


# ----------------------------------------------------------------------------
# Call the main making script (don't change this)

../bin/nppmake $1
