mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
openssl 1.1 support
This commit is contained in:
@@ -121,8 +121,9 @@
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_shared|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\debug\*32MDd.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*32MDd.lib ..\lib\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\debug\*.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*.lib ..\lib\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*.pdb ..\lib\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@@ -156,8 +157,8 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\release\*32MD.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\release\*32MD.lib ..\lib\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\release\*.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\release\*.lib ..\lib\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@@ -194,8 +195,8 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\lib\debug\*32MTd.lib ..\lib\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\lib\debug\*32MTd.pdb ..\lib\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\lib\debug\*.lib ..\lib\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\lib\debug\*.pdb ..\lib\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@@ -222,7 +223,7 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_static_mt|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\lib\release\*32MT.lib ..\lib\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\lib\release\*.lib ..\lib\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@@ -250,8 +251,9 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_md|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\debug\*32MDd.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*32MDd.lib ..\lib\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\debug\*.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*.lib ..\lib\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*.pdb ..\lib\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@@ -278,8 +280,8 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_static_md|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\release\*32MD.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\release\*32MD.lib ..\lib\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\release\*.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\release\*.lib ..\lib\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user