[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / lc / Makefile
1 thisdir = tools/lc
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS =
6 LIB_REFS = System System.Core
7 PROGRAM = lc.exe
8
9 CLEAN_FILES = lc.exe lc.exe.mdb
10
11 include ../../build/executable.make
12