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: bd938f6a7226868acef3e72d86cb695d91781706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
topdir = ../..

LIBRARY = $(topdir)/class/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 = $(topdir)/class/lib:

include $(topdir)/class/library.make