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:
authorMiguel de Icaza <miguel@gnome.org>2005-07-27 21:44:56 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-07-27 21:44:56 +0400
commitb0f15ee596c2e0ab34636f68b13425585b2b7cf5 (patch)
tree833ffd9bc237d974865680baf9d7352b3d443420 /mcs/class/System.Data/Makefile
parentd933370280730fb87e2bee7f825bf3aab2a4d82f (diff)
Bring a wave of decency to these Makefiles
svn path=/trunk/mcs/; revision=47762
Diffstat (limited to 'mcs/class/System.Data/Makefile')
-rw-r--r--mcs/class/System.Data/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index 9071ae8a5e0..ebdca27a145 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -11,20 +11,20 @@ system = $(topdir)/class/lib/$(PROFILE)/System.dll
endif
ifeq (net_2_0, $(PROFILE))
-OTHER_LIB_MCS_FLAGS = /r:System.Configuration.dll
+OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll
endif
LIBRARY = System.Data.dll
LIB_MCS_FLAGS = \
- /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 /nowarn:1595 \
- /r:$(corlib) \
- /r:$(system) \
- /r:System.Xml.dll \
- /r:System.EnterpriseServices.dll \
- /r:Mono.Data.Tds.dll \
+ -nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 \
+ -r:$(corlib) \
+ -r:$(system) \
+ -r:System.Xml.dll \
+ -r:System.EnterpriseServices.dll \
+ -r:Mono.Data.Tds.dll \
$(OTHER_LIB_MCS_FLAGS)
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
EXTRA_DISTFILES = \
TODO \