Fix resgen 4.0 profile path
authorMarek Safar <marek.safar@gmail.com>
Fri, 5 Dec 2014 14:02:22 +0000 (15:02 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 5 Dec 2014 14:03:04 +0000 (15:03 +0100)
mcs/Makefile
mcs/build/profiles/net_4_0.make

index 5fa5f10862df687d94e48bbb3b991693d1282f5d..350756a661b4e62ef62de08651676f9dc6ad29a7 100644 (file)
@@ -107,8 +107,8 @@ profiles-do--run-test:
 _boot_ = all clean install
 $(_boot_:%=profile-do--xbuild_14--%):         profile-do--xbuild_14--%:         profile-do--net_4_5--%
 $(_boot_:%=profile-do--xbuild_12--%):         profile-do--xbuild_12--%:         profile-do--net_4_5--%
+$(_boot_:%=profile-do--net_4_0--%):           profile-do--net_4_0--%:           profile-do--net_4_5--%
 $(_boot_:%=profile-do--net_4_5--%):           profile-do--net_4_5--%:           profile-do--build--%
-$(_boot_:%=profile-do--net_4_0--%):           profile-do--net_4_0--%:           profile-do--build--%
 $(_boot_:%=profile-do--monodroid--%):         profile-do--monodroid--%:         profile-do--build--%
 $(_boot_:%=profile-do--monotouch--%):         profile-do--monotouch--%:         profile-do--build--%
 $(_boot_:%=profile-do--monotouch_runtime--%):  profile-do--monotouch_runtime--%:  profile-do--build--%
index 11f82a05af2bec021479e4dad143668cb7e7deae..032ed752a7ed1cdc5f6e36fd34eeb9b1ba7a373b 100644 (file)
@@ -1,10 +1,14 @@
 # -*- makefile -*-
 
 BOOTSTRAP_PROFILE = build
+TOOLS_PROFILE = net_4_5
 
 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)
 
+INTERNAL_RESGEN = $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(TOOLS_PROFILE)/resgen.exe
+RESGEN = MONO_PATH="$(topdir)/class/lib/$(TOOLS_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_RESGEN)
+
 # nuttzing!
 
 profile-check: