X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BoarSSL;a=blobdiff_plain;f=build.sh;fp=build.sh;h=a52555e38eabfeb9081981eb2af9989078c80317;hp=f54ab994f4dccc258e8a670d0e92ad3ef7f1dc73;hb=c16004e3afb8aa2524aeec88aa7c9c67400e93c1;hpb=a3526e62c383183a1ba5572a3af40912431121fc diff --git a/build.sh b/build.sh index f54ab99..a52555e 100755 --- a/build.sh +++ b/build.sh @@ -12,11 +12,11 @@ set -e echo "TestCrypto..." $CSC /out:TestCrypto.exe /main:TestCrypto Tests/*.cs Asn1/*.cs Crypto/*.cs SSLTLS/*.cs X500/*.cs XKeys/*.cs ZInt/*.cs -#echo "Client..." -#$CSC /out:Client.exe /main:Client Asn1/*.cs Crypto/*.cs SSLTLS/*.cs X500/*.cs XKeys/*.cs Client.cs +echo "Client..." +$CSC /out:Client.exe /main:Client Asn1/*.cs Crypto/*.cs IO/*.cs SSLTLS/*.cs X500/*.cs XKeys/*.cs CLI/Client.cs #echo "Server..." #$CSC /out:Server.exe /main:Server Asn1/*.cs Crypto/*.cs SSLTLS/*.cs X500/*.cs XKeys/*.cs Server.cs echo "Twrch..." -$CSC /out:Twrch.exe /main:Twrch Asn1/*.cs Crypto/*.cs SSLTLS/*.cs X500/*.cs XKeys/*.cs Twrch/*.cs +$CSC /out:Twrch.exe /main:Twrch Asn1/*.cs Crypto/*.cs IO/*.cs SSLTLS/*.cs X500/*.cs XKeys/*.cs Twrch/*.cs