Browse code

win32: added strlcat source files to source lists

Kevin Lin authored on 2015/01/09 06:20:32
Showing 2 changed files
... ...
@@ -387,6 +387,7 @@
387 387
     <ClCompile Include="..\libclamav\special.c" />
388 388
     <ClCompile Include="..\libclamav\spin.c" />
389 389
     <ClCompile Include="..\libclamav\str.c" />
390
+    <ClCompile Include="..\libclamav\strlcat.c" />
390 391
     <ClCompile Include="..\libclamav\table.c" />
391 392
     <ClCompile Include="..\libclamav\text.c" />
392 393
     <ClCompile Include="..\libclamav\textdet.c" />
... ...
@@ -520,4 +521,4 @@
520 520
     <Library Include="libeay32.lib" />
521 521
     <Library Include="ssleay32.lib" />
522 522
   </ItemGroup>
523
-</Project>
524 523
\ No newline at end of file
524
+</Project>
... ...
@@ -255,6 +255,9 @@
255 255
     <ClCompile Include="..\libclamav\str.c">
256 256
       <Filter>Source Files</Filter>
257 257
     </ClCompile>
258
+    <ClCompile Include="..\libclamav\strlcat.c">
259
+      <Filter>Source Files</Filter>
260
+    </ClCompile>
258 261
     <ClCompile Include="..\libclamav\table.c">
259 262
       <Filter>Source Files</Filter>
260 263
     </ClCompile>
... ...
@@ -937,4 +940,4 @@
937 937
     <Library Include="libeay32.lib" />
938 938
     <Library Include="ssleay32.lib" />
939 939
   </ItemGroup>
940
-</Project>
941 940
\ No newline at end of file
941
+</Project>