Browse code

update win32 projs

aCaB authored on 2010/07/29 21:02:25
Showing 4 changed files
... ...
@@ -502,7 +502,7 @@
502 502
 /* #undef USE_SYSLOG */
503 503
 
504 504
 /* Version number of package */
505
-#define VERSION "devel-clamav-0.96-209-g36263c7"
505
+#define VERSION "devel-clamav-0.96-229-g09eeb17"
506 506
 
507 507
 /* Version suffix for package */
508 508
 #define VERSION_SUFFIX ""
... ...
@@ -166,6 +166,7 @@
166 166
     <ResourceCompile Include="res\libclamav.rc"/>
167 167
   </ItemGroup>
168 168
   <ItemGroup>
169
+    <ClCompile Include="..\libclamav\bytecode_detect.c"/>
169 170
     <ClCompile Include="..\libclamav\regex_list.c"/>
170 171
     <ClCompile Include="..\libclamav\rtf.c"/>
171 172
     <ClCompile Include="..\libclamav\regex_suffix.c"/>
... ...
@@ -20,6 +20,7 @@
20 20
     </ProjectConfiguration>
21 21
   </ItemGroup>
22 22
   <ItemGroup>
23
+    <ClCompile Include="..\libclamav\c++\detect.cpp"/>
23 24
     <ClCompile Include="..\libclamav\c++\bytecode2llvm.cpp"/>
24 25
     <ClCompile Include="..\libclamav\c++\ClamBCRTChecks.cpp"/>
25 26
   </ItemGroup>
... ...
@@ -378,6 +378,7 @@ foreach (@PROJECTS) {
378 378
 	warn "Warning: File $_ not in $proj{'makefile'}/Makefile.am: deleted!\n" foreach @missing_in_makefile;
379 379
 	my ($fh, $filename) = tempfile();
380 380
 	$xml->print($fh);
381
+	close $fh;
381 382
 	move($filename, "$proj{'output'}");
382 383
 	print "Regenerated $proj{'output'} (".($#missing_in_vcxproj + $#missing_in_makefile + 2)." changes)\n";
383 384
     } else {