Skip to content

Commit ccd3db4

Browse files
committed
5-11 C1
1 parent f163e0c commit ccd3db4

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

contrib/win32/openssh/Win32-OpenSSH.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ EndProject
8181
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssh-agent", "ssh-agent.vcxproj", "{F6644EC5-D6B6-42A1-828C-75E2977470E0}"
8282
ProjectSection(ProjectDependencies) = postProject
8383
{05E1115F-8529-46D0-AAAF-52A404CE79A7} = {05E1115F-8529-46D0-AAAF-52A404CE79A7}
84-
{8F9D3B74-8D33-448E-9762-26E8DCC6B2F4} = {8F9D3B74-8D33-448E-9762-26E8DCC6B2F4}
8584
{DD483F7D-C553-4740-BC1A-903805AD0174} = {DD483F7D-C553-4740-BC1A-903805AD0174}
8685
{0D02F0F0-013B-4EE3-906D-86517F3822C0} = {0D02F0F0-013B-4EE3-906D-86517F3822C0}
8786
{8660C2FE-9874-432D-B047-E042BB41DBE0} = {8660C2FE-9874-432D-B047-E042BB41DBE0}

contrib/win32/openssh/ssh-agent.vcxproj

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -194,23 +194,23 @@
194194
</Manifest>
195195
</ItemDefinitionGroup>
196196
<ItemGroup>
197-
<ClInclude Include="..\..\..\servconf.h" />
198-
<ClInclude Include="..\ssh-pubkey\ssh-pubkeydefs.h" />
199-
<ClInclude Include="..\win32compat\ssh-agent\agent-request.h" />
200-
<ClInclude Include="..\win32compat\ssh-agent\agent.h" />
197+
<ClInclude Include="$(OpenSSH-Src-Path)\servconf.h" />
198+
<ClInclude Include="$(OpenSSH-Src-Path)\contrib\win32\ssh-pubkey\ssh-pubkeydefs.h" />
199+
<ClInclude Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent-request.h" />
200+
<ClInclude Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent.h" />
201201
</ItemGroup>
202202
<ItemGroup>
203-
<ClCompile Include="..\..\..\auth.c" />
204-
<ClCompile Include="..\..\..\groupaccess.c" />
205-
<ClCompile Include="..\..\..\roaming_dummy.c" />
206-
<ClCompile Include="..\..\..\servconf.c" />
207-
<ClCompile Include="..\win32compat\ssh-agent\agent-main.c" />
208-
<ClCompile Include="..\win32compat\ssh-agent\agent.c" />
209-
<ClCompile Include="..\win32compat\ssh-agent\authagent-request.c" />
210-
<ClCompile Include="..\win32compat\ssh-agent\agentconfig.c" />
211-
<ClCompile Include="..\win32compat\ssh-agent\connection.c" />
212-
<ClCompile Include="..\win32compat\ssh-agent\keyagent-request.c" />
213-
<ClCompile Include="..\win32compat\ssh-agent\pubkeyagent-request.c" />
203+
<ClCompile Include="$(OpenSSH-Src-Path)\auth.c" />
204+
<ClCompile Include="$(OpenSSH-Src-Path)\groupaccess.c" />
205+
<ClCompile Include="$(OpenSSH-Src-Path)\roaming_dummy.c" />
206+
<ClCompile Include="$(OpenSSH-Src-Path)\servconf.c" />
207+
<ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent-main.c" />
208+
<ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent.c" />
209+
<ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\authagent-request.c" />
210+
<ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agentconfig.c" />
211+
<ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\connection.c" />
212+
<ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\keyagent-request.c" />
213+
<ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\pubkeyagent-request.c" />
214214
</ItemGroup>
215215
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
216216
<ImportGroup Label="ExtensionTargets">

0 commit comments

Comments
 (0)