**** Merged from MCS ****
[mono-project.git] / mcs / class / Microsoft.VisualBasic / Makefile
blob4e99ae04bd14c80dac8a4488d550b89637e07581
1 thisdir = class/Microsoft.VisualBasic
2 SUBDIRS =
4 include ../../build/rules.make
6 LIBRARY = Microsoft.VisualBasic.dll
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Windows.Forms.dll @Microsoft.VisualBasic.dll.resources -codepage:65001
8 TEST_MCS_FLAGS = -codepage:65001
10 LIB_MCS_FLAGS_RESOURCES = $(LIB_MCS_FLAGS)
12 TXT_RESOURCES = Microsoft.VisualBasic/VBUtils.resources
13 RESX_RESOURCES =
15 EXTRA_DISTSFILES = $(TXT_RESOURCES:.resources=.txt) $(RESX_RESOURCES:.resources=.resx)
16 CLEAN_FILES = $(TXT_RESOURCES) $(RESX_RESOURCES)
18 include ../../build/library.make
20 $(the_lib): $(TXT_RESOURCES) $(RESX_RESOURCES)
22 $(TXT_RESOURCES): %.resources: %.txt
23 $(RESGEN) $<
25 $(RESX_RESOURCES): %.resources: %.resx
26 $(RESGEN) $<