[HttpWebRequest] EndGetResponse already does this.
[mono.git] / mcs / class / System.Web.Extensions_1.0 / Makefile
1 thisdir = class/System.Web.Extensions_1.0
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 NO_TEST = yes
6 LIBRARY = System.Web.Extensions_1.0.dll
7 LIBRARY_NAME = System.Web.Extensions.dll
8 LIBRARY_COMPAT = yes
9
10 RESOURCE_FILES= \
11         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjax.debug.js        \
12         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjax.js              \
13         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxTimer.debug.js   \
14         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxTimer.js         \
15         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxWebForms.debug.js\
16         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxWebForms.js
17
18 RESOURCE_FILES_DIST= \
19         ../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js        \
20         ../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js              \
21         ../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js   \
22         ../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js         \
23         ../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js\
24         ../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js\
25         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjax.debug.js        \
26         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjax.js              \
27         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxTimer.debug.js   \
28         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxTimer.js         \
29         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxWebForms.debug.js\
30         ../MicrosoftAjaxLibrary/System.Web.Extensions/1.0.61025.0/MicrosoftAjaxWebForms.js
31         
32 LIB_MCS_FLAGS = \
33         -unsafe \
34         -define:SYSTEM_WEB_EXTENSIONS   \
35         -r:$(corlib)                    \
36         -r:System.dll                   \
37         -r:System.Core.dll              \
38         -r:System.Drawing.dll           \
39         -r:System.Data.dll              \
40         -r:System.Xml.dll               \
41         -r:System.Web.dll               \
42         -r:System.Web.Services.dll      \
43         -r:System.Configuration.dll     \
44         -r:System.EnterpriseServices.dll \
45         $(OTHER_LIB_MCS_FLAGS)          \
46         $(RESOURCE_FILES:%=/resource:%)
47
48 EXTRA_DISTFILES = $(RESOURCE_FILES_DIST) 
49
50 include ../../build/library.make
51