Tweaks for Visual Studio 2008 project files
This commit is contained in:
parent
6d173f73e4
commit
99ed7a57aa
@ -425,7 +425,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\fko_util.c"
|
||||
RelativePath="..\common\fko_util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -457,11 +457,11 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\strlcat.c"
|
||||
RelativePath="..\common\strlcat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\strlcpy.c"
|
||||
RelativePath="..\common\strlcpy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -495,7 +495,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\fko_util.h"
|
||||
RelativePath="..\common\fko_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
||||
@ -136,6 +136,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
@ -428,7 +429,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\fko_util.c"
|
||||
RelativePath="..\common\fko_util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -460,11 +461,15 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\strlcat.c"
|
||||
RelativePath="..\lib\sha3.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\strlcpy.c"
|
||||
RelativePath="..\common\strlcat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\strlcpy.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@ -514,7 +519,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\fko_util.h"
|
||||
RelativePath="..\common\fko_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -545,6 +550,10 @@
|
||||
RelativePath="..\lib\sha2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\sha3.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user