mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
f442148670
For a unix system, this commit implies no changes by default. However, the ${LIB_SUFFIX} convention was added so the build can be configured for a red-hat style installation which uses lib64 by specifying cmake -DLIB_SUFFIX=64 For a windows build (msvc), this commit will cause the .dll files to be installed in the bin/ path; import libraries .lib are still installed in the lib/ path. Installing dlls into the bin path is preferable because dlls must be in the executable %PATH% to be found at runtime, as there is not equivalent of a separate library path as there is on unix. |
||
---|---|---|
.. | ||
doc | ||
include/Poco/Net | ||
samples | ||
src | ||
testsuite | ||
CMakeLists.txt | ||
dependencies | ||
Makefile | ||
NetSSL_OpenSSL_CE_vs90.sln | ||
NetSSL_OpenSSL_CE_vs90.vcproj | ||
NetSSL_OpenSSL_vs71.sln | ||
NetSSL_OpenSSL_vs71.vcproj | ||
NetSSL_OpenSSL_vs80.sln | ||
NetSSL_OpenSSL_vs80.vcproj | ||
NetSSL_OpenSSL_vs90.sln | ||
NetSSL_OpenSSL_vs90.vcproj | ||
NetSSL_OpenSSL_vs100.sln | ||
NetSSL_OpenSSL_vs100.vcxproj | ||
NetSSL_OpenSSL_vs100.vcxproj.filters | ||
NetSSL_OpenSSL_vs110.sln | ||
NetSSL_OpenSSL_vs110.vcxproj | ||
NetSSL_OpenSSL_vs110.vcxproj.filters | ||
NetSSL_OpenSSL_vs120.sln | ||
NetSSL_OpenSSL_vs120.vcxproj | ||
NetSSL_OpenSSL_vs120.vcxproj.filters | ||
NetSSL_OpenSSL_x64_vs90.sln | ||
NetSSL_OpenSSL_x64_vs90.vcproj | ||
NetSSL_OpenSSL_x64_vs100.sln | ||
NetSSL_OpenSSL_x64_vs100.vcxproj | ||
NetSSL_OpenSSL_x64_vs100.vcxproj.filters | ||
NetSSL_OpenSSL_x64_vs110.sln | ||
NetSSL_OpenSSL_x64_vs110.vcxproj | ||
NetSSL_OpenSSL_x64_vs110.vcxproj.filters | ||
NetSSL_OpenSSL_x64_vs120.sln | ||
NetSSL_OpenSSL_x64_vs120.vcxproj | ||
NetSSL_OpenSSL_x64_vs120.vcxproj.filters | ||
NetSSL_OpenSSL.progen |