Browse Source

2008-05-14 Atsushi Enomoto <[email protected]>

	* configure.in, data/Makefile.am, data/dotnet35.pc : 
	  add new package for .net framework 3.5 libs.


svn path=/trunk/mono/; revision=103175
Atsushi Eno 17 years ago
parent
commit
ed463b70e7
4 changed files with 15 additions and 4 deletions
  1. 5 0
      ChangeLog
  2. 1 0
      configure.in
  3. 4 4
      data/Makefile.am
  4. 5 0
      data/dotnet35.pc.in

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-05-14  Atsushi Enomoto  <[email protected]>
+
+	* configure.in, data/Makefile.am, data/dotnet35.pc : 
+	  add new package for .net framework 3.5 libs.
+
 2008-05-12  Raja R Harinath  <[email protected]>
 
 	* scripts/mono-service.in: Undo 2008-05-08.  '2>&1' is not a bash-ism.

+ 1 - 0
configure.in

@@ -2212,6 +2212,7 @@ data/mint.pc
 data/mono.pc
 data/mono-cairo.pc
 data/dotnet.pc
+data/dotnet35.pc
 data/cecil.pc
 data/smcs.pc
 samples/Makefile

+ 4 - 4
data/Makefile.am

@@ -5,22 +5,22 @@ monodir = $(sysconfdir)/mono
 EXTRA_DIST =  	\
 	config.in \
 	browscap.ini mono.supp README \
-	mono.pc.in mint.pc.in dotnet.pc.in \
+	mono.pc.in mint.pc.in dotnet.pc.in dotnet35.pc.in \
 	mono-cairo.pc.in cecil.pc.in smcs.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 
 if JIT_SUPPORTED
 if INTERP_SUPPORTED
-pkgconfig_DATA= mono.pc mint.pc dotnet.pc mono-cairo.pc cecil.pc smcs.pc
+pkgconfig_DATA= mono.pc mint.pc dotnet.pc dotnet35.pc mono-cairo.pc cecil.pc smcs.pc
 else
-pkgconfig_DATA= mono.pc dotnet.pc mono-cairo.pc cecil.pc smcs.pc
+pkgconfig_DATA= mono.pc dotnet.pc dotnet35.pc mono-cairo.pc cecil.pc smcs.pc
 endif
 else
 pkgconfig_DATA= mint.pc mono-cairo.pc cecil.pc smcs.pc
 endif
 
-DISTCLEANFILES= mono.pc mint.pc dotnet.pc mono-cairo.pc cecil.pc smcs.pc
+DISTCLEANFILES= mono.pc mint.pc dotnet.pc dotnet35.pc mono-cairo.pc cecil.pc smcs.pc
 
 mono_DATA =  config \
 	     browscap.ini

+ 5 - 0
data/dotnet35.pc.in

@@ -0,0 +1,5 @@
+
+Name: Standard libraries in a .NET setup
+Description: References all the standard .NET libraries for compilation (.NET Framework 3.5 compatibility)
+Version: @VERSION@
+Libs: -r:Accessibility.dll -r:cscompmgd.dll -r:Microsoft.JScript.dll -r:Microsoft.VisualC.dll -r:Microsoft.Vsa.dll -r:System.Configuration.Install.dll -r:System.Data.dll -r:System.Data.OracleClient.dll -r:System.Design.dll -r:System.DirectoryServices.dll -r:System.dll -r:System.Drawing.Design.dll -r:System.Drawing.dll -r:System.EnterpriseServices.dll -r:System.Management.dll -r:System.Messaging.dll -r:System.Runtime.Remoting.dll -r:System.Runtime.Serialization.Formatters.Soap.dll -r:System.Security.dll -r:System.ServiceProcess.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Windows.Forms.dll -r:System.Xml.dll -r:System.Configuration.dll -r:System.Core.dll -r:System.Xml.Linq.dll -r:System.Data.DataSetExtensions.dll