You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@@ -0,0 +1,18 @@
|
||||
.assembly extern mscorlib
|
||||
{
|
||||
}
|
||||
|
||||
.assembly System.Runtime.CompilerServices.Unsafe
|
||||
{
|
||||
.custom instance void [mscorlib]System.Reflection.AssemblyFileVersionAttribute::.ctor(string) = ( 01 00 07 34 2E 30 2E 30 2E 30 00 00 ) // ...4.0.0.0..
|
||||
.custom instance void [mscorlib]System.Reflection.AssemblyInformationalVersionAttribute::.ctor(string) = ( 01 00 07 34 2E 30 2E 30 2E 30 00 00 ) // ...4.0.0.0..
|
||||
|
||||
.hash algorithm 0x00008004
|
||||
.ver 4:0:4:0
|
||||
}
|
||||
.module System.Runtime.CompilerServices.Unsafe.dll
|
||||
.imagebase 0x00400000
|
||||
.file alignment 0x00000200
|
||||
.stackreserve 0x00100000
|
||||
.subsystem 0x0003 // WINDOWS_CUI
|
||||
.corflags 0x00000001 // ILONLY
|
18
mcs/class/System.Runtime.CompilerServices.Unsafe/Makefile
Normal file
18
mcs/class/System.Runtime.CompilerServices.Unsafe/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
thisdir = class/System.Runtime.CompilerServices.Unsafe
|
||||
SUBDIRS =
|
||||
include ../../build/rules.make
|
||||
|
||||
LIBRARY = System.Runtime.CompilerServices.Unsafe.dll
|
||||
|
||||
XTEST_LIB_FLAGS = -unsafe
|
||||
|
||||
#NO_BUILD = yes
|
||||
NO_INSTALL = yes
|
||||
|
||||
EXTRA_DISTFILES = AssemblyInfo.il
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
$(build_lib): AssemblyInfo.il ../corlib/System.Runtime.CompilerServices/Unsafe.il
|
||||
$(ILASM) AssemblyInfo.il ../corlib/System.Runtime.CompilerServices/Unsafe.il /dll /out:$(build_lib)
|
||||
|
Reference in New Issue
Block a user