Browse Source

Add 3.5 profile to build

svn path=/trunk/mono/; revision=90565
Marek Safar 18 năm trước cách đây
mục cha
commit
d54f0768b2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      runtime/Makefile.am

+ 2 - 2
runtime/Makefile.am

@@ -20,9 +20,9 @@ SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
 
 if INSTALL_2_0
 if INSTALL_2_1
-build_profiles = default net_2_0 net_2_1
+build_profiles = default net_2_0 net_3_5 net_2_1
 else
-build_profiles = default net_2_0
+build_profiles = default net_2_0 net_3_5
 endif
 else
 build_profiles = default