You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.142
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
This commit is contained in:
parent
e52655b4dc
commit
0abdbe5a7d
@@ -26,26 +26,47 @@ ifeq ($(PROFILE),build)
|
||||
CSC_RUNTIME_FLAGS=--profile=aot:output=$(topdir)/class/lib/$(PROFILE_DIRECTORY)/csc.$(LIBRARY).aotprofile
|
||||
endif
|
||||
|
||||
RESX_EXTRA_ARGUMENTS = \
|
||||
--in=ReferenceSources/SR.cs \
|
||||
--in=ReferenceSources/SR2.cs
|
||||
|
||||
RESX_RESOURCE_STRING = \
|
||||
../../../external/corert/src/System.Private.CoreLib/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Collections.Concurrent/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Memory/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Runtime.InteropServices.RuntimeInformation/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Threading.Tasks.Parallel/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Collections/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Collections.Concurrent/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Collections.NonGeneric/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Runtime.Extensions/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.ObjectModel/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.ComponentModel.TypeConverter/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Buffers/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.IO.FileSystem.Watcher/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.IO.Ports/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Memory/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Net.HttpListener/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Net.Requests/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Net.Http/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Runtime.Numerics/src/Resources/Strings.resx
|
||||
../../../external/corefx/src/System.Runtime.Extensions/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Runtime.InteropServices.RuntimeInformation/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Runtime.Numerics/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Security.Cryptography.Encoding/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Security.Cryptography.ProtectedData/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Text.RegularExpressions/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Threading.Tasks.Parallel/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.ObjectModel/src/Resources/Strings.resx \
|
||||
../../../external/corert/src/System.Private.CoreLib/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Private.Uri/src/Resources/Strings.resx
|
||||
|
||||
|
||||
LIBRARY_COMPILE = $(BOOT_COMPILE)
|
||||
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
|
||||
|
||||
ifneq ($(PROFILE),basic)
|
||||
RESOURCE_STRINGS = ../referencesource/mscorlib/mscorlib.txt
|
||||
include il/il.make
|
||||
|
||||
RESOURCE_STRINGS_FILES = --mscorlib-debug
|
||||
|
||||
ifneq ($(PROFILE),basic)
|
||||
RESOURCE_STRINGS = ../referencesource/mscorlib/mscorlib.txt
|
||||
MODULE_DEPS = $(IL_REPLACE)
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user