made the makefiles of the example to use the config-file.
[luabind.git] / examples / regexp / makefile
blob45c1136028573460ee140a61351dcbe4e822ae4c
1 include ../../config
3 regexp: regex_wrap.cpp
4 $(CXX) regex_wrap.cpp -o regex_wrap $(LUA_PATH) -I- $(BOOST_PATH) -I../../ -L../../lib $(LUA_LIB_PATH) -lluabind -lboost_regex -llua -llualib