BUGFIX: when deleting directories, delete any files within them
[tfs.git] / class / Microsoft.TeamFoundation.Client / Makefile
blobc4659ee6cd7f308d7c00e0c979a6bf4e48e75611
1 thisdir = class/Microsoft.TeamFoundation.Client
2 include ../../build/rules.make
3 SUBDIRS =
5 LIBRARY = Microsoft.TeamFoundation.Client.dll
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:System.Web.Services.dll /r:../lib/net_2_0/Microsoft.TeamFoundation.dll
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10 include ../../build/library.make