New test.
[mono.git] / mcs / build / profiles / net_1_0.make
1 # -*- Makefile -*-
2
3 # Only build .NET 1.0 classes.
4 #
5 # If we want to combine this with, say, the atomic profile,
6 # we should create 'atomic-net_1_0.make' which includes both.
7 #
8 # Ideally you could say 'make PROFILE="bootstrap net_1_0"' but
9 # that would be pretty hard to code.
10
11 include $(topdir)/build/profiles/default.make
12
13 PROFILE_MCS_FLAGS = /d:NET_1_0 /d:ONLY_1_0
14 FRAMEWORK_VERSION = 1.0
15
16 # done