Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2014-10-09 23:50:56 +0400
committerZoltan Varga <vargaz@gmail.com>2014-10-09 23:51:49 +0400
commita487812e61f6a59d497d9bfdf6f17564b8637cc2 (patch)
treed2bd4c1779449c7c00a6fabb88771fcb1e7056bd /msvc
parenteea8080dadaf8af162281b4137d59862deafe6c1 (diff)
runtime] Really use WinXP SP2 as the minimum version on the msvc builds too. Update project files with newly
added/removed sources.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoruntime.vcxproj6
-rw-r--r--msvc/mono.props4
2 files changed, 4 insertions, 6 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 3635bdae2d5..c65a603ff9f 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -57,6 +57,7 @@
<ClCompile Include="..\mono\metadata\gc.c" />
<ClCompile Include="..\mono\metadata\icall.c" />
<ClCompile Include="..\mono\metadata\image.c" />
+ <ClCompile Include="..\mono\metadata\jit-info.c" />
<ClCompile Include="..\mono\metadata\loader.c" />
<ClCompile Include="..\mono\metadata\locales.c" />
<ClCompile Include="..\mono\metadata\lock-tracer.c" />
@@ -98,9 +99,6 @@
<ClCompile Include="..\mono\metadata\sgen-hash-table.c" />
<ClCompile Include="..\mono\metadata\sgen-internal.c" />
<ClCompile Include="..\mono\metadata\sgen-los.c" />
- <ClCompile Include="..\mono\metadata\sgen-marksweep-fixed-par.c" />
- <ClCompile Include="..\mono\metadata\sgen-marksweep-fixed.c" />
- <ClCompile Include="..\mono\metadata\sgen-marksweep-par.c" />
<ClCompile Include="..\mono\metadata\sgen-marksweep.c" />
<ClCompile Include="..\mono\metadata\sgen-memory-governor.c" />
<ClCompile Include="..\mono\metadata\sgen-new-bridge.c" />
@@ -466,4 +464,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/msvc/mono.props b/msvc/mono.props
index 46b4dde2c8f..ffec2840f23 100644
--- a/msvc/mono.props
+++ b/msvc/mono.props
@@ -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>