audit: Use dmcs as a compiler for the audit tools

This is what works for me, but you might want to change this for your
system.
This commit is contained in:
Bertrand Lorentz 2013-03-29 18:18:28 +01:00
parent 0830c50604
commit f4a1672c87

View File

@ -1,4 +1,4 @@
MCS=mcs
MCS=dmcs
COMMON_SOURCES = \
AssemblyResolver.cs \