Sfoglia il codice sorgente

done

svn path=/trunk/mcs/; revision=16202
Gonzalo Paniagua Javier 22 anni fa
parent
commit
9df34f12ee
1 ha cambiato i file con 20 aggiunte e 0 eliminazioni
  1. 20 0
      mcs/class/System.Web/makefile

+ 20 - 0
mcs/class/System.Web/makefile

@@ -0,0 +1,20 @@
+thisdir = class/System.Web
+SUBDIRS = Test
+include ../../build/rules.make
+
+LIBRARY = System.Web.dll
+LIB_MCS_FLAGS = \
+	/nowarn:0168 /nowarn:0162	\
+	/r:$(corlib)	 		\
+	/r:System.dll 			\
+	/r:System.Drawing.dll 		\
+	/r:System.Xml.dll
+NO_TEST = yes
+
+EXTRA_DISTFILES = \
+	System.Web/NOTES		\
+	System.Web/TODO			\
+	System.Web.UI/TODO		\
+	System.Web.UI.WebControls/TODO	\
+
+include ../../build/library.make