2010-04-17 19:11:04 +02:00
|
|
|
$NetBSD: patch-aa,v 1.8 2010/04/17 17:11:05 kefren Exp $
|
2010-04-16 12:44:20 +02:00
|
|
|
--- src/addins/MonoDeveloperExtensions/MonoSolutionItemHandler.cs.orig 2010-04-16 12:49:05.000000000 +0300
|
|
|
|
+++ src/addins/MonoDeveloperExtensions/MonoSolutionItemHandler.cs 2010-04-16 12:49:13.000000000 +0300
|
|
|
|
@@ -185,7 +185,7 @@ namespace MonoDeveloper
|
|
|
|
tw.ChainWriter (output);
|
|
|
|
tw.ChainWriter (monitor.Log);
|
|
|
|
|
|
|
|
- ProcessWrapper proc = Runtime.ProcessService.StartProcess ("make", "PROFILE=" + conf.Id + " " + target, conf.OutputDirectory, monitor.Log, tw, null);
|
2010-04-17 19:11:04 +02:00
|
|
|
+ ProcessWrapper proc = Runtime.ProcessService.StartProcess ("MAKEPROGRAM", "PROFILE=" + conf.Id + " " + target, conf.OutputDirectory, monitor.Log, tw, null);
|
2010-04-16 12:44:20 +02:00
|
|
|
proc.WaitForOutput ();
|
|
|
|
|
|
|
|
CompilerResults cr = new CompilerResults (null);
|