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

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

[Dotgnu-pnet-commits] CVS: pnet/csant csant_cscc.c,1.14,1.15


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csant csant_cscc.c,1.14,1.15
Date: Mon, 16 Dec 2002 00:22:25 -0500

Update of /cvsroot/dotgnu-pnet/pnet/csant
In directory subversions:/tmp/cvs-serv15992/csant

Modified Files:
        csant_cscc.c 
Log Message:


Add properties to specify the locations of "cscc-cs" and "cscc-c-s"
for the cscc compiler.


Index: csant_cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csant/csant_cscc.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** csant_cscc.c        23 Jul 2002 00:43:00 -0000      1.14
--- csant_cscc.c        16 Dec 2002 05:22:22 -0000      1.15
***************
*** 510,513 ****
--- 510,525 ----
        AddArg(&argv, &argc, FindPNetPath());
  
+       /* Add the explicitly-specified locations of "cscc-cs" and "cscc-c" */
+       temp = (char *)CSAntGetProperty("cscc.plugins.cs", -1);
+       if(temp)
+       {
+               AddValueArg(&argv, &argc, "-fplugin-cs-path=", temp);
+       }
+       temp = (char *)CSAntGetProperty("cscc.plugins.c", -1);
+       if(temp)
+       {
+               AddValueArg(&argv, &argc, "-fplugin-c-path=", temp);
+       }
+ 
        /* Set the output file */
        AddArg(&argv, &argc, "-o");




reply via email to

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