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
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2016-04-12 15:13:03 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 10:40:06 +0300
commitc371f4f33c612770fc1265f5b69e35df2ba29a1f (patch)
tree57cea51532ead0e619a5fc533b60bd2a94ee0f41 /msvc/mono.props
parent01551beda67cddfd502e26b7df5e3d1c99d7d45d (diff)
Restructured build/package/install targets and split GC libraries.
* Added package/install targets. * Moved sgen into separate library. * SGEN set as default GC for build (used GC controlled through mono.props).
Diffstat (limited to 'msvc/mono.props')
-rw-r--r--msvc/mono.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/msvc/mono.props b/msvc/mono.props
index aa37ccd7bac..e3a5203f4ef 100644
--- a/msvc/mono.props
+++ b/msvc/mono.props
@@ -15,6 +15,12 @@
<GLIB_CFLAGS_INCLUDE>$(MONO_EGLIB_SOURCE_DIR)</GLIB_CFLAGS_INCLUDE>
<BOEHM_DEFINES>HAVE_BOEHM_GC</BOEHM_DEFINES>
<SGEN_DEFINES>HAVE_SGEN_GC;HAVE_MOVING_COLLECTOR;HAVE_WRITE_BARRIERS</SGEN_DEFINES>
+ <GC_DEFINES>$(SGEN_DEFINES)</GC_DEFINES>
+ <GC_LIB>libmonosgen.lib</GC_LIB>
+ <MONO_DEF>monosgen.def</MONO_DEF>
+ <!--<GC_DEFINES>$(BOEHM_DEFINES)</GC_DEFINES>-->
+ <!--<GC_LIB>libgc.lib</GC_LIB>-->
+ <!--<MONO_DEF>mono.def</MONO_DEF>-->
<VTUNE_INCLUDE_DIR>$(ProgramFiles)\Intel\VTune Amplifier XE 2013\include</VTUNE_INCLUDE_DIR>
</PropertyGroup>
<ItemGroup />