[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Windows.Forms.DataVisualization / Makefile
1 thisdir = class/System.Windows.Forms.DataVisualization
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Windows.Forms.DataVisualization.dll
6 LIB_REFS = System System.Drawing System.Windows.Forms System.Core System.Data System.Xml
7 KEYFILE = ../winfx.pub
8 LIB_MCS_FLAGS = -nowarn:67
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES =
12
13 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
14
15 ifndef VALID_PROFILE
16 LIBRARY_NAME = dummy-System.Windows.Forms.DataVisualization.dll
17 NO_INSTALL = yes
18 NO_SIGN_ASSEMBLY = yes
19 NO_TEST = yes
20 endif
21
22 include ../../build/library.make