Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Coleman <tim@mono-cvs.ximian.com>2002-07-23 09:38:50 +0400
committerTim Coleman <tim@mono-cvs.ximian.com>2002-07-23 09:38:50 +0400
commit00c04a4c5149642506c155e595cd860137830b0a (patch)
treed2e7a7340049530064954247ecbae4977a04892a /mcs/class/System.Web.Services/makefile.gnu
parentb730da0ddb2a7224580bf554ae02dda52f9cb503 (diff)
2002-07-22 Tim Coleman <tim@timcoleman.com>
* makefile.gnu: * list: Modifications to make this library buildable on linux. svn path=/trunk/mcs/; revision=6070
Diffstat (limited to 'mcs/class/System.Web.Services/makefile.gnu')
-rw-r--r--mcs/class/System.Web.Services/makefile.gnu10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.Web.Services/makefile.gnu b/mcs/class/System.Web.Services/makefile.gnu
new file mode 100644
index 00000000000..50827d8cce6
--- /dev/null
+++ b/mcs/class/System.Web.Services/makefile.gnu
@@ -0,0 +1,10 @@
+topdir = ../..
+
+LIBRARY = ../lib/System.Web.Services.dll
+
+LIB_LIST = list
+LIB_FLAGS = -r corlib -r System.Xml -r System.EnterpriseServices -r System.Web -r System
+
+export MONO_PATH_PREFIX = ../lib:
+
+include ../library.make