Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-25 17:42:51 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-25 17:42:51 +0400
commit5319634c9b355ca01ee9baa276b29b211335e820 (patch)
tree22a1c9b96bfdafe1c271775c527dfe9c70d82124 /mcs/class/Mono.Globalization
parentc5b44e27ae5cf0a46783529c72683b5ed2ba1658 (diff)
* Makefile (centum_tests): Add Mono.Security and
System.Runtime.Remoting. * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS). * build/config-default.make (RUNTIME): Set to 'false'. Reported by Ben Maurer. * build/profiles/basic.make (MCS): Revert changes below. * build/platforms/linux.make (ILDISASM): Define. * build/platforms/win32.make (ILDIsASM): Likewise. * class/Microsoft.VisualBasic/fixup/Makefile (ILDISASM): Remove. ($(the_il)): Create temporary files in profile directory. svn path=/trunk/mcs/; revision=43545
Diffstat (limited to 'mcs/class/Mono.Globalization')
-rw-r--r--mcs/class/Mono.Globalization/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Globalization/Makefile b/mcs/class/Mono.Globalization/Makefile
index 5880fadf073..0adc5a97395 100644
--- a/mcs/class/Mono.Globalization/Makefile
+++ b/mcs/class/Mono.Globalization/Makefile
@@ -31,7 +31,7 @@ $(thelib): MonoCultures.cs
RUNTIME_FLAGS = --debug
MonoCultures.cs: write-source.exe $(wildcard Data/*.xml)
- $(RUNTIME) $<
+ $(RUNTIME) $(RUNTIME_FLAGS) $<
write-source.exe: write-source.cs
$(CSCOMPILE) /target:exe /out:$@ $^