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

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

LOCAL_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Data.dll
PROGRAM = sqlsharp.exe

EXTRA_DISTFILES = README

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

# Disable test for now
#run-test-local: run-sqlsharp-test

run-sqlsharp-test: $(PROGRAM)
	$(TEST_RUNTIME) $(PROGRAM) -A $(PROGRAM) $(ARGS)

run: $(PROGRAM)
	$(RUNTIME) $(RUNTIME_FLAGS) $(PROGRAM) $(ARGS)