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

Makefile « mono-xsd « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ee8e4f7b207c858af98e4fe9f9ba38a9f5f221f (plain)
1
2
3
4
5
6
7
8
thisdir = tools/mono-xsd
SUBDIRS = 
include ../../build/rules.make

LOCAL_MCS_FLAGS = /r:System.Xml.dll /r:System.Data.dll
PROGRAM = xsd.exe

include ../../build/executable.make