done
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 14 Jul 2003 12:17:07 +0000 (12:17 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 14 Jul 2003 12:17:07 +0000 (12:17 -0000)
svn path=/trunk/mcs/; revision=16202

mcs/class/System.Web/makefile [new file with mode: 0644]

diff --git a/mcs/class/System.Web/makefile b/mcs/class/System.Web/makefile
new file mode 100644 (file)
index 0000000..94d3c5a
--- /dev/null
@@ -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