[msvc] Update csproj files (#4479)
[mono.git] / mcs / tools / al / Makefile
index cc0f1bf0f488db5dd86be202507184b894a0ee01..d2cea54c02e12c544c56576c93308018b211d71a 100644 (file)
@@ -2,6 +2,10 @@ thisdir = tools/al
 SUBDIRS = 
 include ../../build/rules.make
 
+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