You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -83,6 +83,36 @@ dist-local: dist-default
|
||||
|
||||
csproj-local install-local uninstall-local:
|
||||
|
||||
CS0029-26-lib.dll : CS0029-26-lib.cs
|
||||
$(CSCOMPILE) /target:library /publicsign /out:$@ $<
|
||||
|
||||
CS0266-25-lib.dll: CS0266-25-lib.cs
|
||||
$(CSCOMPILE) /target:library /r:$(topdir)/class/lib/$(PROFILE)/System.Core.dll /out:$@ $<
|
||||
|
||||
dlls/first/CS1701-lib.dll: dlls/first/CS1701-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
dlls/first/CS1702-lib.dll: dlls/first/CS1702-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
dlls/first/CS1703-lib.dll: dlls/first/CS1703-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
dlls/first/CS1705-lib.dll: dlls/first/CS1705-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
dlls/second/CS1701-lib.dll: dlls/second/CS1701-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
dlls/second/CS1702-lib.dll: dlls/second/CS1702-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
dlls/second/CS1703-lib.dll: dlls/second/CS1703-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
dlls/second/CS1705-lib.dll: dlls/second/CS1705-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /publicsign /out:$@ $<
|
||||
|
||||
CS1701-lib.dll : CS1701-lib.cs
|
||||
$(CSCOMPILE) /target:library /warn:0 /r:dlls/first/CS1701-lib.dll /out:$@ $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user