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.29,1.30


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.29,1.30
Date: Sat, 28 Dec 2002 00:07:54 -0500

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

Modified Files:
        cscc.c 
Log Message:


Implement compatibility options for cscc to emulate the behaviour of the
csc and mcs command-lines.


Index: cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/cscc.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** cscc.c      17 Dec 2002 06:57:36 -0000      1.29
--- cscc.c      28 Dec 2002 05:07:51 -0000      1.30
***************
*** 386,390 ****
  
        /* Call the centralised option parser */
!       CCParseCommandLine(argc, argv, CMDLINE_PARSE_CSCC, "cscc");
  
        /* Add the system include directories */
--- 386,391 ----
  
        /* Call the centralised option parser */
!       CCParseCommandLine(argc, argv, CMDLINE_PARSE_CSCC | 
CMDLINE_PARSE_COMPAT,
!                                          "cscc");
  
        /* Add the system include directories */




reply via email to

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