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:
authorMartin Baulig <martin@novell.com>2004-03-29 21:12:25 +0400
committerMartin Baulig <martin@novell.com>2004-03-29 21:12:25 +0400
commit15dd555246ea24f4f8a81c90c882c67b8487e2b8 (patch)
tree9080aece450b5a0b24054bc85d7f5feef69f4369 /mcs/errors/Makefile
parent9439bca677aa8287da786417aa9c4042f1676e2a (diff)
Generics ...
svn path=/trunk/mcs/; revision=24718
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index 68074a63072..aa24713056f 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -8,7 +8,7 @@ include ../build/rules.make
MCS = $(INTERNAL_MCS)
LOCAL_MCS_FLAGS = /nowarn:162 --wlevel 4
-GMCS_COMPILE = $(RUNTIME) ../gmcs/gmcs.exe $(MCS_FLAGS)
+GMCS_COMPILE = $(RUNTIME) ../gmcs/gmcs.exe /target:library $(MCS_FLAGS)
RUNTEST_PL = ./runtest.pl