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

makefile.gnu « System.Web.Services « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73481074326b30a170e9f480c295e6feffc424ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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