2004-10-03 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / Makefile
index f63d40e0de3ca4a37229a88a58af22c320842561..9af5a7dbd4aeeacb2cbbeb3becbb85e947d5c90f 100644 (file)
@@ -7,19 +7,19 @@ include ../../build/rules.make
 ifeq ($(PROFILE),atomic)
 system = System.dll
 else
-system = $(topdir)/class/lib/System.dll
+system = $(topdir)/class/lib/$(PROFILE)/System.dll
 endif
 
 LIBRARY = System.Data.dll
 LIB_MCS_FLAGS = \
-       /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
+       /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
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
 
 EXTRA_DISTFILES = \
        TODO                                    \
@@ -33,7 +33,7 @@ EXTRA_DISTFILES = \
 
 Mono.Data.SqlExpressions/Parser.cs: Mono.Data.SqlExpressions/Parser.jay $(topdir)/jay/skeleton.cs
        $(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $< >$@
+
 CLEAN_FILES = Mono.Data.SqlExpressions/Parser.cs
 
 include ../../build/library.make