Skip to content

Commit

Permalink
compress lib as zip pack
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteYang committed May 31, 2014
1 parent 1d82674 commit 3fe4d31
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Binary file removed Dependencies/lib/Debug/libevent_core.lib
Binary file not shown.
Binary file removed Dependencies/lib/Release/libevent_core.a
Binary file not shown.
Binary file removed Dependencies/lib/Release/libevent_core.lib
Binary file not shown.
Binary file removed Dependencies/lib/Release/libevent_extras.lib
Binary file not shown.
Binary file removed Dependencies/lib/Release/libevent_pthreads.a
Binary file not shown.
Binary file removed Dependencies/lib/Release/libprotobuf-lite.a
Binary file not shown.
7 changes: 7 additions & 0 deletions SetEnvironment.bat
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,11 @@ cd Tool
echo Extract boost_1_53_0 completed!
rem ====================================================================================

echo Start to extract nessasery lib

7z x "..\Dependencies\lib.zip" -o"..\Dependencies\" -y

echo Extract nessasery lib completed!
rem ====================================================================================

pause

0 comments on commit 3fe4d31

Please sign in to comment.