More changes to fix windows build.
1.1 --- a/asn.1/pEpEngineASN1/pEpEngineASN1.vcxproj Mon Oct 17 16:50:50 2016 +0200
1.2 +++ b/asn.1/pEpEngineASN1/pEpEngineASN1.vcxproj Mon Oct 17 18:33:02 2016 +0200
1.3 @@ -40,12 +40,12 @@
1.4 </ImportGroup>
1.5 <PropertyGroup Label="UserMacros" />
1.6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1.7 - <ExecutablePath>C:\Users\vb\bin;$(ExecutablePath)</ExecutablePath>
1.8 - <IncludePath>C:\Users\vb\share\asn1c;$(IncludePath)</IncludePath>
1.9 + <IncludePath>$(ProjectDir)..\;$(IncludePath)</IncludePath>
1.10 + <ExecutablePath>$(ExecutablePath)</ExecutablePath>
1.11 </PropertyGroup>
1.12 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
1.13 - <IncludePath>C:\Users\vb\share\asn1c;$(IncludePath)</IncludePath>
1.14 - <ExecutablePath>C:\Users\vb\bin;$(ExecutablePath)</ExecutablePath>
1.15 + <IncludePath>$(ProjectDir)..\;$(IncludePath)</IncludePath>
1.16 + <ExecutablePath>$(ExecutablePath)</ExecutablePath>
1.17 </PropertyGroup>
1.18 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1.19 <ClCompile>
2.1 --- a/build-windows/pEpEngine.vcxproj Mon Oct 17 16:50:50 2016 +0200
2.2 +++ b/build-windows/pEpEngine.vcxproj Mon Oct 17 18:33:02 2016 +0200
2.3 @@ -42,13 +42,13 @@
2.4 <PropertyGroup Label="UserMacros" />
2.5 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
2.6 <LinkIncremental>true</LinkIncremental>
2.7 - <IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath)</IncludePath>
2.8 <RunCodeAnalysis>false</RunCodeAnalysis>
2.9 + <IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath>
2.10 <LibraryPath>$(ProjectDir)\..\..\libetpan\build-windows\Debug;$(LibraryPath)</LibraryPath>
2.11 </PropertyGroup>
2.12 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
2.13 <LinkIncremental>false</LinkIncremental>
2.14 - <IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath)</IncludePath>
2.15 + <IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath>
2.16 <LibraryPath>$(ProjectDir)\..\..\libetpan\build-windows\Release;$(LibraryPath)</LibraryPath>
2.17 </PropertyGroup>
2.18 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">