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:
authorPiers Haken <piers@mono-cvs.ximian.com>2002-08-13 10:45:49 +0400
committerPiers Haken <piers@mono-cvs.ximian.com>2002-08-13 10:45:49 +0400
commit320677a3a675d6873c1549933362a7cd7fd943ce (patch)
tree4c14c560f867c11ce8548dbc2bb0df1e9843ddeb /mcs/class/System.Web.Services/makefile.gnu
parentdce63b64e2e6e8740ef4e1c5b82d10dce1939149 (diff)
2002-08-12 Piers Haken <piersh@friskit.com>
* class/library.make: use 'find' to specify source files, instead of static files * */makefile.gnu: specify include/exclude patterns for source files svn path=/trunk/mcs/; revision=6607
Diffstat (limited to 'mcs/class/System.Web.Services/makefile.gnu')
-rw-r--r--mcs/class/System.Web.Services/makefile.gnu5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/System.Web.Services/makefile.gnu b/mcs/class/System.Web.Services/makefile.gnu
index 50827d8cce6..0dc6cce9ce6 100644
--- a/mcs/class/System.Web.Services/makefile.gnu
+++ b/mcs/class/System.Web.Services/makefile.gnu
@@ -2,9 +2,12 @@ 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
+SOURCES_INCLUDE=*.cs
+SOURCES_EXCLUDE=\
+ ./Test*
+
export MONO_PATH_PREFIX = ../lib:
include ../library.make