dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.24,1.25


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.24,1.25
Date: Wed, 11 Dec 2002 22:35:46 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc
In directory subversions:/tmp/cvs-serv15184/cscc

Modified Files:
        cscc.c 
Log Message:


Install a second copy of "ilasm" into "${prefix}/lib/cscc/plugins" and use
it by default, to prevent problems with Mono installing its own "ilasm" over
the top of ours.



Index: cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/cscc.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** cscc.c      10 Dec 2002 23:26:25 -0000      1.24
--- cscc.c      12 Dec 2002 03:35:44 -0000      1.25
***************
*** 905,908 ****
--- 905,916 ----
        }
  
+       /* Search the contents of PLUGINS_PATH */
+       path = SearchPath(PLUGINS_PATH, "ilasm");
+       if(path)
+       {
+               ilasm_program = path;
+               return;
+       }
+ 
        /* Search the contents of PATH */
        path = SearchPath(getenv("PATH"), "ilasm");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]