| 1234567891011121314151617181920 |
- thisdir = class/System.Web
- SUBDIRS = Test
- include ../../build/rules.make
- LIBRARY = System.Web.dll
- LIB_MCS_FLAGS = \
- /nowarn:649 /nowarn:169 \
- /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
|