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
@@ -3,7 +3,8 @@ SUBDIRS =
|
||||
DIST_ONLY_SUBDIRS = certview
|
||||
include ../../build/rules.make
|
||||
|
||||
LOCAL_MCS_FLAGS = /lib:$(topdir)/class/lib/$(PROFILE) -r:Mono.Security.dll
|
||||
LOCAL_MCS_FLAGS =
|
||||
LIB_REFS = Mono.Security System
|
||||
|
||||
SECURITY_PROGRAMS = secutil.exe cert2spc.exe sn.exe makecert.exe chktrust.exe crlupdate.exe \
|
||||
signcode.exe setreg.exe certmgr.exe caspol.exe permview.exe mozroots.exe cert-sync.exe
|
||||
@@ -58,10 +59,10 @@ clean-local:
|
||||
dist-local: dist-default
|
||||
|
||||
sn.exe $(topdir)/class/lib/$(PROFILE)/sn.exe: $(SN_SOURCES)
|
||||
$(CSCOMPILE) /out:$@ $(SN_SOURCES)
|
||||
$(CSCOMPILE) -r:$(topdir)/class/lib/$(PROFILE)/Mono.Security.dll /out:$@ $(SN_SOURCES)
|
||||
|
||||
permview.exe: permview.cs
|
||||
$(CSCOMPILE) $^ $(HELPER_SOURCES) -r:Mono.Cecil.dll
|
||||
$(CSCOMPILE) $^ $(HELPER_SOURCES) -r:$(topdir)/class/lib/$(PROFILE)/Mono.Cecil.dll
|
||||
|
||||
%.exe: %.cs $(HELPER_SOURCES)
|
||||
$(CSCOMPILE) $^
|
||||
$(CSCOMPILE) -r:$(topdir)/class/lib/$(PROFILE)/Mono.Security.dll -r:$(topdir)/class/lib/$(PROFILE)/System.dll $^
|
||||
|
Reference in New Issue
Block a user