Restructured build/package/install targets and split GC libraries.
authorlateralusX <lateralusx.github@gmail.com>
Tue, 12 Apr 2016 12:13:03 +0000 (14:13 +0200)
committerlateralusX <lateralusx.github@gmail.com>
Wed, 15 Jun 2016 07:40:06 +0000 (09:40 +0200)
commitc371f4f33c612770fc1265f5b69e35df2ba29a1f
tree57cea51532ead0e619a5fc533b60bd2a94ee0f41
parent01551beda67cddfd502e26b7df5e3d1c99d7d45d
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).
24 files changed:
msvc/.gitignore
msvc/build-all.vcxproj
msvc/build-init.vcxproj
msvc/build-install.vcxproj [new file with mode: 0644]
msvc/build-install.vcxproj.filters [new file with mode: 0644]
msvc/build-install/build-install.vcxproj [deleted file]
msvc/build-install/build-install.vcxproj.filters [deleted file]
msvc/build-package.vcxproj [new file with mode: 0644]
msvc/build-package.vcxproj.filters [new file with mode: 0644]
msvc/create-windef.pl
msvc/install.bat [new file with mode: 0644]
msvc/libmono.vcxproj
msvc/libmonoruntime.vcxproj
msvc/libmonoruntime.vcxproj.filters
msvc/libmonosgen.vcxproj [new file with mode: 0644]
msvc/libmonosgen.vcxproj.filters [new file with mode: 0644]
msvc/mono.def
msvc/mono.props
msvc/mono.sln
msvc/monodis.vcxproj
msvc/monosgen.def
msvc/package.bat [new file with mode: 0644]
msvc/pedump.vcxproj
msvc/profiler-vtune.vcxproj