Makefile will now build zlib and/or OpenSSL if needed.
-) Detecting system and embedded presence of zlib and OpenSSL with ALPN. -) Automatically disabling secure targets if no OpenSSL present --> make all won't work if no OpenSSL is present, forcing the users to select the nonsecure Makefile targets explicitely. -) Removing build instructions for OpenSSL - this isn't really necessary anymore. -) Adding more blurb about OpenSSL and the new Makefile features. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82020890
Showing
- INSTALL 33 additions, 16 deletionsINSTALL
- Makefile 2221 additions, 215 deletionsMakefile
- build.json 3 additions, 1 deletionbuild.json
- templates/Makefile.template 191 additions, 6 deletionstemplates/Makefile.template
- test/build/event2.c 8 additions, 0 deletionstest/build/event2.c
- test/build/openssl-alpn.c 10 additions, 0 deletionstest/build/openssl-alpn.c
- test/build/zlib.c 9 additions, 0 deletionstest/build/zlib.c
- vsprojects/vs2013/grpc_test_util.vcxproj 1 addition, 1 deletionvsprojects/vs2013/grpc_test_util.vcxproj
This diff is collapsed.
test/build/event2.c
0 → 100644
test/build/openssl-alpn.c
0 → 100644
test/build/zlib.c
0 → 100644
Please register or sign in to comment