536cd135cc
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
12 lines
323 B
Makefile
12 lines
323 B
Makefile
# -*- makefile -*-
|
|
|
|
include $(topdir)/build/profiles/net_4_x.make
|
|
|
|
PLATFORMS:=
|
|
|
|
PARENT_PROFILE = ../net_4_x$(if $(PROFILE_PLATFORM),-$(PROFILE_PLATFORM))/
|
|
DEFAULT_REFERENCES = -r:$(topdir)/class/lib/net_4_x$(if $(PROFILE_PLATFORM),-$(PROFILE_PLATFORM))/mscorlib.dll
|
|
PROFILE_MCS_FLAGS += -d:XBUILD_12
|
|
|
|
XBUILD_VERSION = 12.0
|