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

Makefile « Mono.Cairo « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dda9fe920e3d5f909b74422f1d5d14f0090c1f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
thisdir = class/Mono.Cairo
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.Cairo.dll
#LIB_MCS_FLAGS = -d:CAIRO_1_2
NO_TEST = yes

EXTRA_DISTFILES = \
	Samples/gtk/*.cs \
	Samples/gtk/*.sh \
	Samples/gtk/data/* \
	Samples/png/*.cs \
	Samples/png/*.sh \
	Samples/png/data/* \
	Samples/win32/*.cs \
	Samples/win32/*.sh \
	Samples/x11/*.cs \
	Samples/x11/*.sh \
	Samples/x11/data/*

include ../../build/library.make