You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@ -5,13 +5,12 @@ include ../../build/rules.make
|
||||
LIBRARY = System.IO.Compression.FileSystem.dll
|
||||
LIB_REFS = System System.IO.Compression
|
||||
KEYFILE = ../ecma.pub
|
||||
LIB_MCS_FLAGS = -unsafe
|
||||
LIB_MCS_FLAGS = -unsafe -nowarn:436
|
||||
TEST_MCS_FLAGS =
|
||||
TEST_LIB_REFS = System System.Core System.IO.Compression
|
||||
LIBRARY_WARN_AS_ERROR = yes
|
||||
|
||||
RESX_RESOURCE_STRING = \
|
||||
../../../external/corefx/src/System.IO.Compression.FileSystem/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.Buffers/src/Resources/Strings.resx
|
||||
../../../external/corefx/src/System.IO.Compression.ZipFile/src/Resources/Strings.resx
|
||||
|
||||
include ../../build/library.make
|
||||
|
@ -6,9 +6,3 @@ corefx/SR.cs
|
||||
../../../external/corefx/src/Common/src/System/IO/PathInternal.CaseSensitivity.cs
|
||||
../../../external/corefx/src/System.IO.Compression.ZipFile/src/System/IO/Compression/ZipFile.cs
|
||||
../../../external/corefx/src/System.IO.Compression.ZipFile/src/System/IO/Compression/ZipFileExtensions.cs
|
||||
|
||||
../../../external/corefx/src/System.Buffers/src/System/Buffers/ArrayPool.cs
|
||||
../../../external/corefx/src/System.Buffers/src/System/Buffers/ArrayPoolEventSource.cs
|
||||
../../../external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPool.cs
|
||||
../../../external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPoolBucket.cs
|
||||
../../../external/corefx/src/System.Buffers/src/System/Buffers/Utilities.cs
|
||||
|
@ -6,5 +6,4 @@ partial class SR
|
||||
{
|
||||
public const string IO_DirectoryNameWithData = "Zip entry name ends in directory separator character but contains data.";
|
||||
public const string IO_ExtractingResultsInOutside = "Extracting Zip entry would have resulted in a file outside the specified destination directory.";
|
||||
public const string ArgumentException_BufferNotFromPool = "The buffer is not associated with this pool and may not be returned to it.";
|
||||
}
|
||||
|
Reference in New Issue
Block a user