Merge pull request #3956 from directhex/install-btls-certs-in-jenkins
[mono.git] / mcs / tools / resgen / Makefile
index 117f99231d7289d325329229c49bf7e458fe0ed6..2ccbf5869c73ee3b6fe5b67a5d0c46bca88d76bb 100644 (file)
@@ -6,7 +6,7 @@ PROGRAM = resgen.exe
 
 CLEAN_FILES = resgen.exe
 
-LOCAL_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Core.dll
+LIB_REFS = System System.Xml System.Core
 
 INSTALL_PROFILE := $(filter $(DEFAULT_PROFILE), $(PROFILE))
 ifndef INSTALL_PROFILE