File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export __SECURITY_BOOTSTRAP_DB=$(topdir)/class/corlib
66LIBRARY = corlib.dll
77LIBRARY_NAME = mscorlib.dll
88
9- LIB_MCS_FLAGS = $(REFERENCE_SOURCES_FLAGS ) $(RESOURCE_FILES:%=-resource:% )
9+ LIB_MCS_FLAGS = $(REFERENCE_SOURCES_FLAGS ) $(RESOURCE_FILES:%=-resource:% ) $( UNICODECHARINFO:%=-resource:% )
1010
1111USE_XTEST_REMOTE_EXECUTOR = YES
1212LIBRARY_WARN_AS_ERROR = yes
9595endif
9696
9797RESOURCE_FILES = \
98- $(UNICODECHARINFO ) \
9998 $(MANAGED_COLLATOR_RESOURCES_FILES ) \
10099 LinkerDescriptor/mscorlib.xml
101100
@@ -207,6 +206,7 @@ EXTRA_DISTFILES = \
207206 $(RESOURCE_FILES ) \
208207 $(TEST_RESOURCE_FILES ) \
209208 $(TEST_RESOURCES:.resources=.resx ) \
209+ resources/charinfo.nlp \
210210 LinkerDescriptor/mscorlib_test.xml
211211
212212TEST_RESOURCE_FILES = \
You can’t perform that action at this time.
0 commit comments