Browse Source

Remove "DLL-Output" from README's example

This is not required to build i2pd.
pull/113/head
Kill Your TV 10 years ago
parent
commit
692cde5151
  1. 2
      Win32/README-Build.txt

2
Win32/README-Build.txt

@ -65,7 +65,7 @@ For comparison, my file is reproduced below: @@ -65,7 +65,7 @@ For comparison, my file is reproduced below:
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<LibraryPath>$(CRYPTOPP)\$(Platform)\Output\$(Configuration);$(CRYPTOPP)\$(Platform)\DLL_Output\$(Configuration);$(BOOST)\lib\$(Platform);$(LibraryPath)</LibraryPath>
<LibraryPath>$(CRYPTOPP)\$(Platform)\Output\$(Configuration);$(BOOST)\lib\$(Platform);$(LibraryPath)</LibraryPath>
<IncludePath>$(CRYPTOPP);$(BOOST)\include\boost-$(BOOSTVER);$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup />

Loading…
Cancel
Save