[msvc] Update csproj files (#5832)
[mono-project.git] / mcs / class / Facades / System.Collections.NonGeneric / Makefile
blobc186c06955c9da695fb23f394d22ea2adbfebd20
1 MCS_BUILD_DIR = ../../../build
3 thisdir = class/Facades/System.Collections.NonGeneric
4 SUBDIRS =
5 include $(MCS_BUILD_DIR)/rules.make
7 LIBRARY_SUBDIR = Facades
8 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
10 LIBRARY = System.Collections.NonGeneric.dll
12 KEYFILE = ../../msfinal.pub
13 SIGN_FLAGS = /delaysign /nowarn:1616,1699
14 LIB_REFS = System
15 LIB_MCS_FLAGS = $(SIGN_FLAGS)
17 PLATFORM_DEBUG_FLAGS =
19 NO_TEST = yes
21 include $(MCS_BUILD_DIR)/library.make