Merge
[mono.git] / mcs / class / PlayScript.Core / Makefile
1 thisdir = class/PlayScript.Core
2 include ../../build/rules.make
3
4 LIBRARY = PlayScript.Core.dll
5 LIBRARY_SNK = ../mono.snk
6 LIBRARY_PACKAGE = none
7
8 LIB_MCS_FLAGS = -d:DYNAMIC_SUPPORT -keyfile:$(LIBRARY_SNK) -delaysign -r:System.dll -r:System.Core.dll -r:System.Xml.dll -r:Microsoft.CSharp.dll -r:Mono.CSharp.dll
9
10 NO_TEST = yes
11
12 include ../../build/library.make