ooo-build r11784 - in trunk: . patches/src680



Author: thorstenb
Date: Mon Mar  3 15:37:38 2008
New Revision: 11784
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11784&view=rev

Log:
 * patches/src680/config_office-msvc8-compat.diff: check for mspdb80.dll as well

Added:
   trunk/patches/src680/config_office-msvc8-compat.diff
Modified:
   trunk/ChangeLog

Added: trunk/patches/src680/config_office-msvc8-compat.diff
==============================================================================
--- (empty file)
+++ trunk/patches/src680/config_office-msvc8-compat.diff	Mon Mar  3 15:37:38 2008
@@ -0,0 +1,13 @@
+--- config_office/configure.in	2007-03-22 16:54:38.000000000 +0100
++++ config_office/configure.in	2007-03-29 15:24:14.000000000 +0200
+@@ -1548,6 +1616,10 @@ if test "$_os" = "WINNT"; then
+ 		if test -e "$with_mspdb_path/mspdb71.dll"; then
+ 			MSPDB_PATH="$with_mspdb_path"
+ 		fi
++		dnl  .NET 2005 Compiler
++		if test -e "$with_mspdb_path/mspdb80.dll"; then
++			MSPDB_PATH="$with_mspdb_path"
++		fi
+ 		dnl .NET case
+ 		if test -z "$MSPDB_PATH" -a -e "$with_cl_home/../Common7/IDE/mspdb71.dll"; then
+ 			MSPDB_PATH="$with_cl_home/../Common7/IDE"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]