Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
4d4ba2be
Unverified
Commit
4d4ba2be
authored
7 years ago
by
Adrien Béraud
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #234 from atraczyk/master
fix bad paths
parents
233301c3
680e30be
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
MSVC/opendht.vcxproj
+4
-4
4 additions, 4 deletions
MSVC/opendht.vcxproj
MSVC/opendht.vcxproj.filters
+3
-3
3 additions, 3 deletions
MSVC/opendht.vcxproj.filters
with
7 additions
and
7 deletions
MSVC/opendht.vcxproj
+
4
−
4
View file @
4d4ba2be
...
...
@@ -19,7 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"
..\..\opendht-old\MSVC\
wingetopt.c"
/>
<ClCompile
Include=
"wingetopt.c"
/>
<ClCompile
Include=
"..\src\base64.cpp"
/>
<ClCompile
Include=
"..\src\callbacks.cpp"
/>
<ClCompile
Include=
"..\src\crypto.cpp"
/>
...
...
@@ -39,8 +39,8 @@
<ClCompile
Include=
"..\src\value.cpp"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"
..\..\opendht-old\MSVC\
unistd.h"
/>
<ClInclude
Include=
"
..\..\opendht-old\MSVC\
wingetopt.h"
/>
<ClInclude
Include=
"unistd.h"
/>
<ClInclude
Include=
"wingetopt.h"
/>
<ClInclude
Include=
"..\include\opendht.h"
/>
<ClInclude
Include=
"..\include\opendht\callbacks.h"
/>
<ClInclude
Include=
"..\include\opendht\crypto.h"
/>
...
...
@@ -224,7 +224,7 @@ copy ..\include\opendht.h $(OutDir)\include\</Command>
<SDLCheck>
true
</SDLCheck>
<AdditionalIncludeDirectories>
$(ProjectDir)contrib\build\include;$(ProjectDir)..\include;$(ProjectDir)..\include\opendht;$(ProjectDir)contrib\build\msgpack-c\include;$(ProjectDir)contrib\build\argon2\include;$(ProjectDir)..\..\include;$(ProjectDir)..\..\argon2\include
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;WIN32_NATIVE;WIN32_LEAN_AND_MEAN;_MBCS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<DisableSpecificWarnings>
4804;4800;4101;4267;4244;4503;
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4804;4800;4101;4267;4244;4503;
4273;
</DisableSpecificWarnings>
<AdditionalOptions>
-D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions)
</AdditionalOptions>
<ProgramDataBaseFileName>
$(OutDir)\lib\x64\$(TargetName).pdb
</ProgramDataBaseFileName>
</ClCompile>
...
...
This diff is collapsed.
Click to expand it.
MSVC/opendht.vcxproj.filters
+
3
−
3
View file @
4d4ba2be
...
...
@@ -43,7 +43,6 @@
<ClCompile
Include=
"..\src\value.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\opendht-old\MSVC\wingetopt.c"
/>
<ClCompile
Include=
"..\src\base64.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
...
...
@@ -53,14 +52,13 @@
<ClCompile
Include=
"..\src\indexation\pht.cpp"
>
<Filter>
Source Files\indexation
</Filter>
</ClCompile>
<ClCompile
Include=
"wingetopt.c"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\include\opendht\def.h"
/>
<ClInclude
Include=
"..\include\opendht\sockaddr.h"
/>
<ClInclude
Include=
"..\src\net.h"
/>
<ClInclude
Include=
"..\src\parsed_message.h"
/>
<ClInclude
Include=
"..\..\opendht-old\MSVC\unistd.h"
/>
<ClInclude
Include=
"..\..\opendht-old\MSVC\wingetopt.h"
/>
<ClInclude
Include=
"..\src\base64.h"
>
<Filter>
Source Files
</Filter>
</ClInclude>
...
...
@@ -139,6 +137,8 @@
<ClInclude
Include=
"..\include\opendht\indexation\pht.h"
>
<Filter>
Header Files\opendht\indexation
</Filter>
</ClInclude>
<ClInclude
Include=
"unistd.h"
/>
<ClInclude
Include=
"wingetopt.h"
/>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"Source Files"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment