mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
Update Windows build
This commit is contained in:
parent
95163e7455
commit
4436a189f6
@ -191,6 +191,7 @@
|
|||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
||||||
|
@ -34,6 +34,9 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\..\..\src\remote\server\os\win32\server.ico">
|
<None Include="..\..\..\src\remote\server\os\win32\server.ico">
|
||||||
|
@ -184,6 +184,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
@ -20,5 +20,8 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -195,6 +195,7 @@
|
|||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
||||||
|
@ -37,6 +37,9 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\src\jrd\replication\Utils.cpp">
|
<ClCompile Include="..\..\..\src\jrd\replication\Utils.cpp">
|
||||||
<Filter>Replication</Filter>
|
<Filter>Replication</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -188,6 +188,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
@ -20,5 +20,8 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -195,6 +195,7 @@
|
|||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
||||||
|
@ -37,6 +37,9 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\src\jrd\replication\Utils.cpp">
|
<ClCompile Include="..\..\..\src\jrd\replication\Utils.cpp">
|
||||||
<Filter>Replication</Filter>
|
<Filter>Replication</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -188,6 +188,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
@ -20,5 +20,8 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -196,6 +196,7 @@
|
|||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\chop.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
<ClCompile Include="..\..\..\src\remote\server\os\win32\cntl.cpp" />
|
||||||
|
@ -37,6 +37,9 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecureRemotePassword\server\SrpServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\src\jrd\replication\Utils.cpp">
|
<ClCompile Include="..\..\..\src\jrd\replication\Utils.cpp">
|
||||||
<Filter>Replication</Filter>
|
<Filter>Replication</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -189,6 +189,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
@ -20,5 +20,8 @@
|
|||||||
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
<ClCompile Include="..\..\..\src\auth\SecurityDatabase\LegacyServer.cpp">
|
||||||
<Filter>AUTH files</Filter>
|
<Filter>AUTH files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\src\auth\SecDbCache.cpp">
|
||||||
|
<Filter>AUTH files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user