* StringType.cs, ForEachEnum.cs: Removed a warning
[mono.git] / mcs / class / Microsoft.VisualBasic / Makefile
1 thisdir = class/Microsoft.VisualBasic
2 SUBDIRS =
3
4 include ../../build/rules.make
5
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
9
10 LIB_MCS_FLAGS_RESOURCES = $(LIB_MCS_FLAGS) 
11
12 TXT_RES = Microsoft.VisualBasic/VBUtils.resources
13 #RESX_RES = 
14
15 EXTRA_DISTFILES = Microsoft.VisualBasic.dll.resources $(TXT_RES:.resources=.txt) #$(RESX_RES:.resources=.resx)
16 CLEAN_FILES = $(TXT_RES) #$(RESX_RES)
17
18 include ../../build/library.make
19
20 $(the_lib): $(TXT_RES) #$(RESX_RES)
21
22 $(TXT_RES): %.resources: %.txt
23         $(RESGEN) `echo $< | $(PLATFORM_CHANGE_SEPARATOR_CMD)`
24
25 #$(RESX_RES): %.resources: %.resx
26 #       $(RESGEN) `echo $< | $(PLATFORM_CHANGE_SEPARATOR_CMD)`