[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / sqlsharp / Makefile
1 thisdir = tools/SqlSharp
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS =
6 LIB_REFS = System System.Xml System.Data
7 PROGRAM = sqlsharp.exe
8
9 EXTRA_DISTFILES = README
10
11 include ../../build/executable.make
12
13 # Disable test for now
14 #run-test-local: run-sqlsharp-test
15
16 run-sqlsharp-test: $(PROGRAM)
17         $(TEST_RUNTIME) $(PROGRAM) -A $(PROGRAM) $(ARGS)
18
19 run: $(PROGRAM)
20         $(RUNTIME) $(RUNTIME_FLAGS) $(PROGRAM) $(ARGS)