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
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