[msvc] Update csproj files (#4479)
[mono.git] / mcs / tools / al / Makefile
index df3b46c6d5c2b27b8a7fc0fe2c9eeb01657b9788..d2cea54c02e12c544c56576c93308018b211d71a 100644 (file)
@@ -2,7 +2,10 @@ thisdir = tools/al
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:Mono.Security.dll
+LOCAL_MCS_FLAGS =
+LIB_REFS = System System.Core Mono.Security System.Security Mono.CompilerServices.SymbolWriter
 PROGRAM = al.exe
 
+CLEAN_FILES = al.exe al.exe.mdb
+
 include ../../build/executable.make