Tweaks for Visual Studio 2008 project files

This commit is contained in:
Damien Stuart 2016-07-17 12:00:19 -04:00
parent 6d173f73e4
commit 99ed7a57aa
2 changed files with 17 additions and 8 deletions

View File

@ -425,7 +425,7 @@
> >
</File> </File>
<File <File
RelativePath="..\lib\fko_util.c" RelativePath="..\common\fko_util.c"
> >
</File> </File>
<File <File
@ -457,11 +457,11 @@
> >
</File> </File>
<File <File
RelativePath="..\lib\strlcat.c" RelativePath="..\common\strlcat.c"
> >
</File> </File>
<File <File
RelativePath="..\lib\strlcpy.c" RelativePath="..\common\strlcpy.c"
> >
</File> </File>
<File <File
@ -495,7 +495,7 @@
> >
</File> </File>
<File <File
RelativePath="..\lib\fko_util.h" RelativePath="..\common\fko_util.h"
> >
</File> </File>
<File <File

View File

@ -136,6 +136,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="Ws2_32.lib"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
@ -428,7 +429,7 @@
> >
</File> </File>
<File <File
RelativePath="..\lib\fko_util.c" RelativePath="..\common\fko_util.c"
> >
</File> </File>
<File <File
@ -460,11 +461,15 @@
> >
</File> </File>
<File <File
RelativePath="..\lib\strlcat.c" RelativePath="..\lib\sha3.c"
> >
</File> </File>
<File <File
RelativePath="..\lib\strlcpy.c" RelativePath="..\common\strlcat.c"
>
</File>
<File
RelativePath="..\common\strlcpy.c"
> >
</File> </File>
</Filter> </Filter>
@ -514,7 +519,7 @@
> >
</File> </File>
<File <File
RelativePath="..\lib\fko_util.h" RelativePath="..\common\fko_util.h"
> >
</File> </File>
<File <File
@ -545,6 +550,10 @@
RelativePath="..\lib\sha2.h" RelativePath="..\lib\sha2.h"
> >
</File> </File>
<File
RelativePath="..\lib\sha3.h"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Resource Files"