Skip to content
Snippets Groups Projects
Commit cd38cdb9 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

sbbscon include ver.cpp which needs to (now) #include archive.h

so needs the libarchive property sheet to get that include dir added
parent 4e87ccf7
Branches
Tags
No related merge requests found
Pipeline #8030 failed
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<Import Project="..\hash\hash.props" /> <Import Project="..\hash\hash.props" />
<Import Project="..\..\3rdp\win32.release\mosquitto\mosquitto.props" /> <Import Project="..\..\3rdp\win32.release\mosquitto\mosquitto.props" />
<Import Project="..\sftp\sftp.props" /> <Import Project="..\sftp\sftp.props" />
<Import Project="..\..\3rdp\win32.release\libarchive\libarchive.props" />
</ImportGroup> </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
<Import Project="..\hash\hash.props" /> <Import Project="..\hash\hash.props" />
<Import Project="..\..\3rdp\win32.release\mosquitto\mosquitto.props" /> <Import Project="..\..\3rdp\win32.release\mosquitto\mosquitto.props" />
<Import Project="..\sftp\sftp.props" /> <Import Project="..\sftp\sftp.props" />
<Import Project="..\..\3rdp\win32.release\libarchive\libarchive.props" />
</ImportGroup> </ImportGroup>
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup> <PropertyGroup>
...@@ -204,4 +206,4 @@ ...@@ -204,4 +206,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment