project libsecondlife : requirements include F:\\Boost\\include\\ : default-build debug ; lib openssl : : ssl ; lib libcrypto : : crypto ; lib libsocket : : socket ; lib libnsl : : nsl ; lib boostthread : : boost_thread ; lib libcurl : : curl ; if $(UNIX) { switch $(JAMUNAME) { case SunOS* : { SOCKET_LIBS = libsocket libnsl ; } } } lib secondlife : [ glob src/*.cpp ] libcurl boostthread $(SOCKET_LIBS) : multi debug:DEBUG ; build-project examples/sldump ; build-project examples/groupuuid2name ;