SqlBulkCopy Implementation
[mono.git] / mcs / class / Facades / System.Threading / Makefile
1 thisdir = class/Facades/System.Threading
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY_SUBDIR = Facades
6 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
7
8 LIBRARY = System.Threading.dll
9 LIB_MCS_FLAGS = /r:System.Core /r:System
10
11 PLATFORM_DEBUG_FLAGS =
12
13 NO_TEST = yes
14
15 include ../../../build/library.make