19234507ba
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
12 lines
253 B
Makefile
12 lines
253 B
Makefile
# -*- makefile -*-
|
|
|
|
include $(topdir)/build/profiles/net_4_x.make
|
|
|
|
PLATFORMS:=
|
|
|
|
PARENT_PROFILE = ../net_4_x$(if $(PROFILE_PLATFORM),-$(PROFILE_PLATFORM))/
|
|
DEFAULT_REFERENCES = ../net_4_x/mscorlib
|
|
PROFILE_MCS_FLAGS += -d:XBUILD_12
|
|
|
|
XBUILD_VERSION = 12.0
|