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

Makefile « win32 « Samples « Mono.Cairo « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21604f0884310c913f32a038b53bbc6a0f02bbfe (plain)
1
2
3
4
5
6
7
8
9
10

CSC = mcs
CAIRO = -r:Mono.Cairo.dll
SWF = -r:System.Windows.Forms.dll

all: arc.exe

arc.exe: arc.cs
	$(CSC) $(CAIRO) $(SWF) arc.cs