fixed scope bug in class_base::commit
[luabind.git] / config
blob5a3ebce6785951c6d32d7045ded036b0bbbc4047
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
10 # if boost and lua are installed in system
11 # include paths, you don't have to set these
12 # variables
14 #BOOST_PATH = -I/scratch/boost_1_30_0
15 #LUA_PATH = -I/scratch/lua-5.0/include
16 #LUA_LIB_PATH = -L/scratch/lua-5.0/lib
18 LUA_LIB_PATH = -L/usr/local/lib
20 CXX = g++