Select Git revision
-
Louis Maillard authored
On Ubuntu/debian, it have happenned that some build have inconsistent paths like /usr/usr/lib. To avoid this, hard-coded most of the paths like we are doing in Fedora. Change-Id: I8c1a3567490e02ac11ec57315bc3a7cc38d02ea0
Louis Maillard authoredOn Ubuntu/debian, it have happenned that some build have inconsistent paths like /usr/usr/lib. To avoid this, hard-coded most of the paths like we are doing in Fedora. Change-Id: I8c1a3567490e02ac11ec57315bc3a7cc38d02ea0
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
opendht-uwp.patch 1.09 KiB
--- a/MSVC/opendht.vcxproj
+++ b/MSVC/opendht.vcxproj
@@ -208,7 +208,7 @@ copy ..\include\opendht.h $(OutDir)\include\</Command>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
- <AdditionalIncludeDirectories>$(ProjectDir)contrib\build\include;$(ProjectDir)..\include;$(ProjectDir)..\include\opendht;$(ProjectDir)contrib\build\msgpack-c\include;$(ProjectDir)..\argon2</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>$(ProjectDir)contrib\build\include;$(ProjectDir)..\include;$(ProjectDir)..\include\opendht;$(ProjectDir)contrib\build\msgpack-c\include;$(ProjectDir)..\argon2;$(ProjectDir)..\..\include</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32_NATIVE;WIN32_LEAN_AND_MEAN;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4804;4800;4101;4267;4244;4503;</DisableSpecificWarnings>
<AdditionalOptions>-D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
--
2.8.1.windows.1