[build] Regenerate .csproj files
[mono.git] / mcs / class / IBM.Data.DB2 / Makefile
index 9d78d53cf8e4c8afe73b8fa3e1f549c38a5fb051..630df027785d0286fa1c729208e98a65a39d4a69 100644 (file)
@@ -3,16 +3,11 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = IBM.Data.DB2.dll
-LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll \
-       /r:System.Xml.dll /r:System.Data.dll
+LIB_REFS = System System.Xml System.Data
+LIB_MCS_FLAGS = /unsafe -warn:1
 NO_TEST = yes
 
 EXTRA_DISTFILES = ibm.pub
 
-ifeq (net_2_0, $(PROFILE))
-all-local $(STD_TARGETS:=-local):
-       @:
-else
 include ../../build/library.make
-endif