microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

alleged "Static" projects still produce DLLs #6

Closed amoldeshpande closed 9 years ago

amoldeshpande commented 9 years ago

nt.mak has dll output targets.

khouzam commented 9 years ago

Thanks. I'll take a look.

khouzam commented 9 years ago

The OpenSSL libraries are produced as static libraries (ssleay32.lib and libeay32.lib). The other files that are in the out32 folder are the tests binaries. We create tests dlls that get run inside our test app instead of executables because we can't run command-line executables on Windows Phone or Windows RT.

Are you seeing something else?

amoldeshpande commented 9 years ago

nope, I just misunderstood what the static projects meant. apologies.