* 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
13 lines
207 B
Plaintext
Executable File
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
|
|
;
|