You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
337 B
Makefile
4 lines
337 B
Makefile
# Boost configuration for organize - change paths and library names as needed
|
|
BOOST_INC_DIR = /usr/local/include/boost-1_37
|
|
BOOST_LIBS = /usr/local/lib/libboost_system-gcc43-mt-1_37.a /usr/local/lib/libboost_filesystem-gcc43-mt-1_37.a /usr/local/lib/libboost_regex-gcc43-mt-1_37.a /usr/local/lib/libboost_program_options-gcc43-mt-1_37.a
|