Move wapi shutdown to mono_cleanup () as TlsGetValue()/TlsSetValue() is used
[mono.git] / mcs / mcs / Makefile
index 3670670f8f1c2f1d4bcb5f00bfc56e33a52e948f..43a2780851e2951341f0ad3643d120cb53c7de59 100644 (file)
@@ -8,13 +8,20 @@ EXTRA_DISTFILES = \
        *mcs.sln                \
        *cs-parser.jay          \
        *.sources               \
-       generic.cs              \
        NOTES                   \
        TODO                    \
        *mcs.exe.config
 
 COMPILER_NAME = gmcs
 
+ifeq (net_2_0, $(PROFILE))
+INTERNAL_GMCS = $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/gmcs.exe
+endif
+
+ifeq (moonlight_bootstrap, $(PROFILE))
+INTERNAL_GMCS = $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/gmcs.exe
+endif
+
 ifeq (2.1, $(FRAMEWORK_VERSION))
 LOCAL_MCS_FLAGS += -d:SMCS_SOURCE
 COMPILER_NAME = smcs