Author: jbevain
Date: 2007-07-11 14:48:44 -0400 (Wed, 11 Jul 2007)
New Revision: 81823

Added:
   trunk/olive/build/profiles/net_2_1.make
   trunk/olive/class/lib/net_2_1/
Modified:
   trunk/olive/ChangeLog
   trunk/olive/class/Makefile
Log:
2007-07-11  Jb Evain  <[EMAIL PROTECTED]>

        * class/Makefile,
          class/lib/net_2_1,
          build/profiles/net_2_1.make:
                Start the 2.1 profile.


Modified: trunk/olive/ChangeLog
===================================================================
--- trunk/olive/ChangeLog       2007-07-11 18:42:15 UTC (rev 81822)
+++ trunk/olive/ChangeLog       2007-07-11 18:48:44 UTC (rev 81823)
@@ -1,3 +1,10 @@
+2007-07-11  Jb Evain  <[EMAIL PROTECTED]>
+
+       * class/Makefile,
+         class/lib/net_2_1,
+         build/profiles/net_2_1.make:
+               Start the 2.1 profile.
+
 2007-04-06  Wade Berrier  <[EMAIL PROTECTED]>
 
        * Makefile : use bzip2 instead of gzip for 'make dist'

Added: trunk/olive/build/profiles/net_2_1.make
===================================================================
--- trunk/olive/build/profiles/net_2_1.make     2007-07-11 18:42:15 UTC (rev 
81822)
+++ trunk/olive/build/profiles/net_2_1.make     2007-07-11 18:48:44 UTC (rev 
81823)
@@ -0,0 +1,12 @@
+# -*- makefile -*-
+
+MCS = 
MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" 
smcs
+
+# nuttzing!
+
+profile-check:
+       @:
+
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1
+FRAMEWORK_VERSION = 2.1
+LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)

Modified: trunk/olive/class/Makefile
===================================================================
--- trunk/olive/class/Makefile  2007-07-11 18:42:15 UTC (rev 81822)
+++ trunk/olive/class/Makefile  2007-07-11 18:48:44 UTC (rev 81823)
@@ -1,10 +1,8 @@
 thisdir = class
 
-include ../build/rules.make
-
 # For now, Mono.Security.Win32 is built on Linux too.
 # However, it isn't tested on Linux, since it depends on a Win32 dll.
-SUBDIRS = \
+net_3_0_dirs = \
        System.Xml.Linq                 \
        System.Workflow.ComponentModel  \
        System.Workflow.Activities      \
@@ -23,6 +21,18 @@
        agmono                          \
        agclr
 
+net_2_1_dirs = \
+       System.Silverlight      \
+       agmono          \
+       agclr           \
+
+net_3_0_SUBDIRS := $(net_3_0_dirs)
+net_2_1_SUBDIRS := $(net_2_1_dirs)
+
+SUBDIRS = $(net_3_0_dirs) $(net_2_1_dirs)
+
+include ../build/rules.make
+
 DIST_PROFILE_DIRS = net_3_0
 
 dist-local: dist-default

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to