Browse code

bb #1570: add HFS+ files to win32 project

David Raynor authored on 2013/09/18 22:33:58
Showing 2 changed files
... ...
@@ -308,6 +308,7 @@
308 308
     <ClCompile Include="..\libclamav\fmap.c"/>
309 309
     <ClCompile Include="..\libclamav\fsg.c"/>
310 310
     <ClCompile Include="..\libclamav\hashtab.c"/>
311
+    <ClCompile Include="..\libclamav\hfsplus.c"/>
311 312
     <ClCompile Include="..\libclamav\htmlnorm.c"/>
312 313
     <ClCompile Include="..\libclamav\inflate64.c"/>
313 314
     <ClCompile Include="..\libclamav\iowrap.c"/>
... ...
@@ -132,6 +132,9 @@
132 132
     <ClCompile Include="..\libclamav\hashtab.c">
133 133
       <Filter>Source Files</Filter>
134 134
     </ClCompile>
135
+    <ClCompile Include="..\libclamav\hfsplus.c">
136
+      <Filter>Source Files</Filter>
137
+    </ClCompile>
135 138
     <ClCompile Include="..\libclamav\htmlnorm.c">
136 139
       <Filter>Source Files</Filter>
137 140
     </ClCompile>