New test that verifies that ADL doesn't apply when it shouldn't.
[luabind.git] / config
blob0c5987cdaf6a943ee3578aea96570637e860d796
1 # the library's configuration is
2 # controlled through the CONFIG variable
4 #CONFIG = \
5 #       -DLUABIND_DONT_COPY_STRINGS \
6 #       -DLUABIND_NO_EXCEPTIONS \
7 #       -DLUABIND_NO_ERROR_CHECKING \
8 #       -DNDEBUG \
9 #       -DLUA_API=__declspec(dllimport)
11 # you have to set the environment variables
12 # BOOST_ROOT to the path to your boost
13 # installation.
14 # and LUA_PATH to the path to your lua
15 # installation (prebuilt)
17 CXX = g++