Use system resgen for monotouch build
authorMarek Safar <marek.safar@gmail.com>
Wed, 17 Oct 2012 13:34:08 +0000 (14:34 +0100)
committerRodrigo Kumpera <kumpera@gmail.com>
Fri, 9 Nov 2012 18:09:11 +0000 (13:09 -0500)
mcs/build/profiles/monotouch.make

index 5a33a9f0627ace4dfb57cc2aa6384ca44ccf084c..26d5f97a26d31006d5565a924cfdaab40c6fd141 100644 (file)
@@ -5,6 +5,9 @@ BOOTSTRAP_PROFILE = build
 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
 MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
 
+# Use system resgen as we don't want local System.Windows.Forms dependency
+RESGEN = resgen2
+
 profile-check:
        @: