*** empty log message ***
[luabind.git] / config
blobcaf1614cb4c201a55be3d3a35d5eaea82074d6e1
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 # if boost and lua are installed in system
12 # include paths, you don't have to set these
13 # variables
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 BOOST_PATH = 
23 LUA_LIB_PATH = -L/usr/local/lib
25 CXX = g++