Fix the System.String.Replace throwing NotImplementedException (#20960) (#20978)
[mono-project.git] / mcs / tools / gensources / Makefile
blob452282c7c20ed38b0203bcd4e2a49d8836317bbc
1 thisdir = tools/gensources
2 SUBDIRS =
3 include ../../build/rules.make
5 PROGRAM = gensources.exe
6 NO_INSTALL = yes
8 TARGET_NET_REFERENCE = $(BOOTSTRAP_BIN_PROFILE)
9 PROGRAM_USE_INTERMEDIATE_FILE = 1
10 LIB_REFS = System System.Core
12 include ../../build/executable.make
14 ifneq ("$(PROFILE)","build")
15 $(warning gensources is only intended to be compiled in the build profile)
16 endif