2009-04-25 Jonathan Chambers <joncham@gmail.com>
authorJonathan Chambers <joncham@gmail.com>
Sat, 25 Apr 2009 11:48:33 +0000 (11:48 -0000)
committerJonathan Chambers <joncham@gmail.com>
Sat, 25 Apr 2009 11:48:33 +0000 (11:48 -0000)
        * Makefile: Add Microsoft.Build.* to 3.5 profile.

svn path=/trunk/mcs/; revision=132649

mcs/class/ChangeLog
mcs/class/Makefile
mcs/class/Microsoft.Build.Tasks/ChangeLog
mcs/class/Microsoft.Build.Tasks/Makefile
mcs/class/Microsoft.Build.Utilities/ChangeLog
mcs/class/Microsoft.Build.Utilities/Makefile

index dccd50401fee3a625608c1e397423733ea565eaf..a8aa30a77e349e285d34b0985562514b27ce65b5 100644 (file)
@@ -1,3 +1,6 @@
+2009-04-25  Jonathan Chambers  <joncham@gmail.com>
+
+       * Makefile: Add Microsoft.Build.* to 3.5 profile.
 
 Mon Apr 6 14:37:32 CEST 2009 Paolo Molaro <lupus@ximian.com>
 
index 4621c406dd0bf230b3124a9ef264b9dfd1c037c9..6bf27a5facf4d8310af12c0f81aa6ae647b308de 100644 (file)
@@ -139,7 +139,11 @@ net_2_1_dirs := \
        System.ServiceModel.Web
 
 net_3_5_dirs := \
-       System.Web.Extensions.Design
+       Microsoft.Build.Framework       \
+       Microsoft.Build.Utilities       \
+       Microsoft.Build.Engine          \
+       Microsoft.Build.Tasks           \
+       System.Web.Extensions.Design    
 
 net_1_1_SUBDIRS := $(common_dirs) $(net_1_1_dirs)
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs)
index 020421b3bbd169820139fd4d4b8614e0b92d2309..42d51e881e295cbe1ce76f091c5038bacc407b55 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-25  Jonathan Chambers  <joncham@gmail.com>
+
+       * Makefile: Adjust assembly name for 3.5 profile.
+
 2009-02-21  Ankit Jain  <jankit@novell.com>
 
        * Microsoft.Build.Tasks_test.dll.sources: Added CopyTest.cs
index 868ee75c2a06b3eae94da303ccef1b656dd55e92..0e3bf038d4ff3222ddc7e6ba685a38b203a7c1d4 100644 (file)
@@ -10,6 +10,10 @@ NO_TEST = yes
 NO_SIGN_ASSEMBLY = yes
 endif
 
+ifeq (3.5, $(FRAMEWORK_VERSION))
+LIBRARY_NAME = Microsoft.Build.Tasks.v3.5.dll
+endif
+
 LIB_MCS_FLAGS = \
        /r:$(corlib)                            \
        /r:System.dll                           \
index 9c4b3132c07d8ac437fbc9e872db305b09d8637c..69f6616957c069bb506f635d002fdb6cca84b038 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-25  Jonathan Chambers  <joncham@gmail.com>
+
+       * Makefile: Adjust assembly name for 3.5 profile.
+
 2009-02-25  Ankit Jain  <jankit@novell.com>
 
        * Microsoft.Build.Utilities.dll.sources: Add ProcessService.cs,
index 5cee6a15373b06f007e5f72e4008c5b170453f7f..bbfc0a9f1ae93282b0d27fc6d117bad4550fef78 100644 (file)
@@ -10,6 +10,10 @@ NO_TEST = yes
 NO_SIGN_ASSEMBLY = yes
 endif
 
+ifeq (3.5, $(FRAMEWORK_VERSION))
+LIBRARY_NAME = Microsoft.Build.Utilities.v3.5.dll
+endif
+
 LIB_MCS_FLAGS = \
        /r:$(corlib)                            \
        /r:System.dll                           \