stubbed Microsoft.Management.Infrastructure.Native.dll
This commit is contained in:
parent
bf62c60637
commit
a32bb7a5c5
@ -88,8 +88,9 @@ System.Reflection.Metadata.dll: System.Reflection.Metadata.*/lib/portable-net45+
|
|||||||
System.Collections.Immutable.dll: System.Collections.Immutable.*/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll
|
System.Collections.Immutable.dll: System.Collections.Immutable.*/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll
|
||||||
cp -f $< $@
|
cp -f $< $@
|
||||||
|
|
||||||
dotnetlibs/Microsoft.Management.Infrastructure.Native.dll: $(MONAD_EXT)/PS/windows_libs_modil/Microsoft.Management.Infrastructure.Native.dll
|
# this one is built from stubs
|
||||||
cp -f $^ $@
|
dotnetlibs/Microsoft.Management.Infrastructure.Native.dll: ../src/stubs/Microsoft.Management.Infrastructure.Native-stub.cs ../src/stubs/Microsoft.Management.Infrastructure.Native-stub-assembly-info.cs
|
||||||
|
$(CSC) -out:$@ $(MCSOPTS_LIB) $(PRODUCT_BASE_REFS) $^
|
||||||
|
|
||||||
MPATH=/usr/lib/mono/4.5/Facades
|
MPATH=/usr/lib/mono/4.5/Facades
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
[assembly:InternalsVisibleTo("Microsoft.Management.Infrastructure")]
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user