Reuse 2.0 test harness
[mono.git] / mcs / build / profiles / net_1_0.make
1 # -*- Makefile -*-
2
3 # Only build .NET 1.0 classes.
4 # (will probably not work)
5
6 include $(topdir)/build/profiles/default.make
7
8 PROFILE_MCS_FLAGS = /d:NET_1_0 /d:ONLY_1_0
9 FRAMEWORK_VERSION = 1.0
10
11 # done