mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-02 07:16:46 +01:00
fix Crypto pre-build event
This commit is contained in:
parent
029f06d986
commit
d805647476
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="debug_shared|Win32">
|
||||
@ -121,8 +121,9 @@
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_shared|Win32'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win32\bin\debug\*d.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*d.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 ..\bin\* 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\*.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\release\*.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\*d.lib ..\lib\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\lib\debug\*d.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\*.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\*d.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\debug\*d.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 ..\bin\* 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\*.dll ..\bin\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win32\bin\release\*.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>
|
||||
|
@ -121,8 +121,9 @@
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_shared|x64'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\debug\*64MDd.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\debug\*64MDd.lib ..\lib64\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\debug\*.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\debug\*.lib ..\lib64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\debug\*.pdb ..\lib64\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@ -156,8 +157,8 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|x64'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\release\*64MD.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\release\*64MD.lib ..\lib64\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\release\*.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\release\*.lib ..\lib64\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@ -194,8 +195,8 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_mt|x64'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\lib\debug\*64MTd.lib ..\lib64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\lib\debug\*64MTd.pdb ..\lib64\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\lib\debug\*.lib ..\lib64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\lib\debug\*.pdb ..\lib64\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@ -222,7 +223,7 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_static_mt|x64'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\lib\release\*64MT.lib ..\lib64\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\lib\release\*.lib ..\lib64\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@ -250,8 +251,9 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug_static_md|x64'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\debug\*64MDd.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\debug\*64MDd.lib ..\lib64\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\debug\*.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\debug\*.lib ..\lib64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\debug\*.pdb ..\lib64\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
@ -278,8 +280,8 @@ exit 0</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release_static_md|x64'">
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\release\*64MD.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\release\*64MD.lib ..\lib64\* 1>nul
|
||||
<Command>xcopy /y ..\openssl\VS_120\win64\bin\release\*.dll ..\bin64\* 1>nul
|
||||
xcopy /y ..\openssl\VS_120\win64\bin\release\*.lib ..\lib64\* 1>nul
|
||||
exit 0</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
|
2
openssl
2
openssl
@ -1 +1 @@
|
||||
Subproject commit af3dfc6ca786061640f55618b022aa4a62dffb2e
|
||||
Subproject commit 91c24b8028baf6cc91e77e154d6a90a850bcb558
|
Loading…
x
Reference in New Issue
Block a user