# the library's configuration is
# controlled through the CONFIG variable

#CONFIG = \
#	-DLUABIND_DONT_COPY_STRINGS \
#	-DLUABIND_NO_EXCEPTIONS \
#	-DLUABIND_NO_ERROR_CHECKING \
#	-DNDEBUG \
#	-DLUA_API=__declspec(dllimport)

# you have to set the environment variables
# BOOST_ROOT to the path to your boost
# installation.
# and LUA_PATH to the path to your lua
# installation (prebuilt)

CXX = g++

