mbedtls/visualc/VS2010
Gilles Peskine 66c3dc44f2 Include the library directory for the sake of 3rdparty
When compiling library files under `3rdparty/`, the directory containing
the `.c` file that is being compiled is not the current directory, so
headers from the `library/` directory are not found. Fix this by
adding `.` to the include path.

This was not detected until now because as of this commit, no 3rdparty
source file requires a header under `library/`.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-07-02 11:26:57 +02:00
..
aescrypt2.vcxproj
benchmark.vcxproj
cert_app.vcxproj
cert_req.vcxproj
cert_write.vcxproj
crl_app.vcxproj
crypt_and_hash.vcxproj
crypto_examples.vcxproj
dh_client.vcxproj
dh_genprime.vcxproj
dh_server.vcxproj
dtls_client.vcxproj
dtls_server.vcxproj
ecdh_curve25519.vcxproj
ecdsa.vcxproj
gen_entropy.vcxproj
gen_key.vcxproj
gen_random_ctr_drbg.vcxproj
gen_random_havege.vcxproj
generic_sum.vcxproj
hello.vcxproj
key_app.vcxproj
key_app_writer.vcxproj
key_ladder_demo.vcxproj
mbedTLS.sln
mbedTLS.vcxproj Include the library directory for the sake of 3rdparty 2020-07-02 11:26:57 +02:00
mini_client.vcxproj
mpi_demo.vcxproj
pem2der.vcxproj
pk_decrypt.vcxproj
pk_encrypt.vcxproj
pk_sign.vcxproj
pk_verify.vcxproj
psa_constant_names.vcxproj
query_compile_time_config.vcxproj
req_app.vcxproj
rsa_decrypt.vcxproj
rsa_encrypt.vcxproj
rsa_genkey.vcxproj
rsa_sign.vcxproj
rsa_sign_pss.vcxproj
rsa_verify.vcxproj
rsa_verify_pss.vcxproj
selftest.vcxproj
ssl_client1.vcxproj
ssl_client2.vcxproj
ssl_context_info.vcxproj
ssl_fork_server.vcxproj
ssl_mail_client.vcxproj
ssl_server.vcxproj
ssl_server2.vcxproj
strerror.vcxproj
udp_proxy.vcxproj
zeroize.vcxproj