2007-03-23 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / build / profiles / net_1_0.make
blob376fedaf6500fc2ad67a88df7a6dadc659453aec
1 # -*- Makefile -*-
2 #
3 # Only build .NET 1.0 classes.
5 # If we want to combine this with, say, the atomic profile,
6 # we should create 'atomic-net_1_0.make' which includes both.
8 # Ideally you could say 'make PROFILE="bootstrap net_1_0"' but
9 # that would be pretty hard to code.
11 include $(topdir)/build/profiles/default.make
13 PROFILE_MCS_FLAGS = /d:NET_1_0 /d:ONLY_1_0
14 FRAMEWORK_VERSION = 1.0
16 # done