*** empty log message ***
[luabind.git] / config
blob09e802c879990c42a1c5425597c4cf6522267650
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
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
17 #lua lib path is used for the test program
19 #LUA_LIB_PATH = -L/scratch/lua-5.0/lib
20 LUA_LIB_PATH = -L/usr/local/lib
22 CXX = g++