New Makefile structure; added compatibility with Windows + Visual C + nmake.
authorThomas Pornin <pornin@bolet.org>
Sun, 22 Jan 2017 19:00:29 +0000 (20:00 +0100)
committerThomas Pornin <pornin@bolet.org>
Sun, 22 Jan 2017 19:00:29 +0000 (20:00 +0100)
commit3f00688b9d9f483a6ca97e659eea104995ea15b7
tree54b1bd95c37bfa7a2806cb26bca11d51bd2a1b0a
parent2f454aad577ae53798935cc32438a2d3f02ba31f
New Makefile structure; added compatibility with Windows + Visual C + nmake.
29 files changed:
Makefile
README.txt
T0/T0Comp.cs
T0Comp.exe
conf/Unix.mk [new file with mode: 0644]
conf/Win.mk [new file with mode: 0644]
conf/samd20.mk [new file with mode: 0644]
inc/bearssl_block.h
mk/Defaults.mk [new file with mode: 0644]
mk/NMake.mk [new file with mode: 0644]
mk/Rules.mk [new file with mode: 0644]
mk/SingleUnix.mk [new file with mode: 0644]
mk/mkT0.cmd [new file with mode: 0644]
mk/mkT0.sh [moved from mkT0.sh with 100% similarity]
mk/mkrules.sh [new file with mode: 0755]
src/codec/pemdec.c
src/inner.h
src/ssl/ssl_hs_client.c
src/ssl/ssl_hs_server.c
src/x509/skey_decoder.c
src/x509/x509_decoder.c
src/x509/x509_minimal.c
src/x509/x509_minimal.t0
test/test_x509.c
tools/brssl.c
tools/brssl.h
tools/client.c
tools/server.c
tools/sslio.c