runtime] Really use WinXP SP2 as the minimum version on the msvc builds too. Update...
authorZoltan Varga <vargaz@gmail.com>
Thu, 9 Oct 2014 19:50:56 +0000 (15:50 -0400)
committerZoltan Varga <vargaz@gmail.com>
Thu, 9 Oct 2014 19:51:49 +0000 (15:51 -0400)
added/removed sources.

msvc/libmonoruntime.vcxproj
msvc/mono.props

index 3635bdae2d58d611d345399c4860b7c3f3a55e6b..c65a603ff9f852c35b3c0229bfa5f9671dacfb60 100644 (file)
@@ -57,6 +57,7 @@
     <ClCompile Include="..\mono\metadata\gc.c" />\r
     <ClCompile Include="..\mono\metadata\icall.c" />\r
     <ClCompile Include="..\mono\metadata\image.c" />\r
+    <ClCompile Include="..\mono\metadata\jit-info.c" />\r
     <ClCompile Include="..\mono\metadata\loader.c" />\r
     <ClCompile Include="..\mono\metadata\locales.c" />\r
     <ClCompile Include="..\mono\metadata\lock-tracer.c" />\r
@@ -98,9 +99,6 @@
     <ClCompile Include="..\mono\metadata\sgen-hash-table.c" />\r
     <ClCompile Include="..\mono\metadata\sgen-internal.c" />\r
     <ClCompile Include="..\mono\metadata\sgen-los.c" />\r
-    <ClCompile Include="..\mono\metadata\sgen-marksweep-fixed-par.c" />\r
-    <ClCompile Include="..\mono\metadata\sgen-marksweep-fixed.c" />\r
-    <ClCompile Include="..\mono\metadata\sgen-marksweep-par.c" />\r
     <ClCompile Include="..\mono\metadata\sgen-marksweep.c" />\r
     <ClCompile Include="..\mono\metadata\sgen-memory-governor.c" />\r
     <ClCompile Include="..\mono\metadata\sgen-new-bridge.c" />\r
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>
\ No newline at end of file
+</Project>\r
index 46b4dde2c8f73227ef4cffbf11bca5ce73434455..ffec2840f23ee0878d6a57ec5fde78c3de470b9d 100644 (file)
@@ -9,11 +9,11 @@
   </PropertyGroup>
   <ItemDefinitionGroup>
     <ClCompile>
-      <PreprocessorDefinitions>__default_codegen__;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;GC_NOT_DLL;WIN32_THREADS;WINVER=0x0500;_WIN32_WINNT=0x0500;_WIN32_IE=0x0501;_UNICODE;UNICODE;WIN32_THREADS;FD_SETSIZE=1024;$(PreprocessorDefinitions);_WINSOCKAPI_</PreprocessorDefinitions>
+      <PreprocessorDefinitions>__default_codegen__;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;GC_NOT_DLL;WIN32_THREADS;WINVER=0x0502;_WIN32_WINNT=0x0502;_WIN32_IE=0x0501;_UNICODE;UNICODE;WIN32_THREADS;FD_SETSIZE=1024;$(PreprocessorDefinitions);_WINSOCKAPI_</PreprocessorDefinitions>
          <DisableSpecificWarnings>4273;4005</DisableSpecificWarnings>
     </ClCompile>
     <Link>
       <AdditionalDependencies>Mswsock.lib;ws2_32.lib;ole32.lib;oleaut32.lib;psapi.lib;version.lib;advapi32.lib;winmm.lib;kernel32.lib;$(AdditionalDependencies)</AdditionalDependencies>
     </Link>
     </ItemDefinitionGroup>
-</Project>
\ No newline at end of file
+</Project>