1 echo create zip file...
5 rmdir /s \temp\%1 2>nul
12 md libs\integer\example
15 copy ..\..\boost.png \temp\%1
16 copy ..\..\boost\doc\html\minimal.css \temp\%1\doc\html
17 copy ..\..\boost\binary_stream.hpp \temp\%1\boost
18 copy ..\..\boost\integer\endian.hpp \temp\%1\boost\integer
19 copy ..\..\boost\integer\endian_binary_stream.hpp \temp\%1\boost\integer
20 copy ..\..\boost\integer\cover_operators.hpp \temp\%1\boost\integer
21 copy ..\..\libs\integer\doc\endian.html \temp\%1\libs\integer\doc
22 copy ..\..\libs\integer\example\endian_example.cpp \temp\%1\libs\integer\example
23 copy ..\..\libs\integer\example\endian_hello_world.cpp \temp\%1\libs\integer\example
24 copy ..\..\libs\integer\test\endian_test.cpp \temp\%1\libs\integer\test
25 copy ..\..\libs\integer\test\binary_stream_test.cpp \temp\%1\libs\integer\test
26 copy ..\..\libs\integer\test\endian_binary_stream_test.cpp \temp\%1\libs\integer\test
27 copy ..\..\libs\integer\test\endian_in_union_test.cpp \temp\%1\libs\integer\test
28 copy ..\..\libs\integer\test\endian_operations_test.cpp \temp\%1\libs\integer\test
29 copy ..\..\libs\integer\test\scoped_enum_emulation_test.cpp \temp\%1\libs\integer\test
30 copy ..\..\libs\integer\test\Jamfile.* \temp\%1\libs\integer\test
40 echo usage: zip-endian version
41 echo version will be used for both the .zip name and the highest level directory name
42 echo example: zip-endian endian-1.0