Files
libremetaverse/examples/sldump/Jamfile
John Hurliman f78b5d5b3f * Updated keywords.txt file to Second Life 1.10.1.0
* Removed test_app, replaced with examples directory
* Added sldump to examples. Uses boost.program_options and dumps packets to the console in a readable format
* Minor cleanups in the library

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@13 52acb1d6-8a22-11de-b505-999d5b087335
2006-06-02 06:42:12 +00:00

13 lines
207 B
Plaintext
Executable File

project sldump
: default-build debug
: build-dir ../../bin
;
lib boostoptions : : <name>boost_program_options ;
exe sldump
: [ glob *.cpp ]
boostoptions
../..//secondlife
;