1 # the library's configuration is
2 # controlled through the CONFIG variable
5 # -DLUABIND_DONT_COPY_STRINGS \
6 # -DLUABIND_NO_EXCEPTIONS \
7 # -DLUABIND_NO_ERROR_CHECKING \
9 # -DLUA_API=__declspec(dllimport)
11 # if boost and lua are installed in system
12 # include paths, you don't have to set these
15 #BOOST_PATH = -I/scratch/boost_1_30_0
16 #LUA_PATH = -I/scratch/lua-5.0/include
18 #lua lib path is used for the test program
20 #LUA_LIB_PATH = -L/scratch/lua-5.0/lib
21 LUA_LIB_PATH = -L/usr/local/lib