ooo-build r13318 - in trunk: . patches/dev300



Author: thorstenb
Date: Mon Jul 21 08:40:53 2008
New Revision: 13318
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13318&view=rev

Log:
	* patches/dev300/config_office-msvc-compat.diff: limit result set
	for csc.exe search to v2.x



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/config_office-msvc-compat.diff

Modified: trunk/patches/dev300/config_office-msvc-compat.diff
==============================================================================
--- trunk/patches/dev300/config_office-msvc-compat.diff	(original)
+++ trunk/patches/dev300/config_office-msvc-compat.diff	Mon Jul 21 08:40:53 2008
@@ -126,7 +126,7 @@
 -    $dir .= "v1.1.4322"; # lame-but ...
 -    print cygpath ($dir, 'w', $output_format);
 +    my $dir = cygpath (reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/.NETFramework/InstallRoot"), 'w', $output_format);
-+    my $csc_exe = `/bin/find "$dir" -iname csc.exe | head -n 1`;
++    my $csc_exe = `/bin/find "$dir" -iname csc.exe | grep "v2\." | head -n 1`;
 +    print `dirname $csc_exe`;
  }
  



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