Remove the #ifdef HAVE_SGEN_GC dependency from main.c by using a separate main-sgen...
authorZoltan Varga <vargaz@gmail.com>
Thu, 30 May 2013 03:15:18 +0000 (05:15 +0200)
committerZoltan Varga <vargaz@gmail.com>
Thu, 30 May 2013 03:15:18 +0000 (05:15 +0200)
commit655afb183bd8abac0b60307645c9b43ff37b3082
treec9476a22d6119d8e80147a0c1b59bc4d0420658f
parentdbc3713dcd4b9366080514425563468b0bb562a0
Remove the #ifdef HAVE_SGEN_GC dependency from main.c by using a separate main-sgen.c file for sgen.
mono/mini/Makefile.am.in
mono/mini/main-sgen.c [new file with mode: 0644]
mono/mini/main.c