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/common cc_options.c,1.15,1.16


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/common cc_options.c,1.15,1.16
Date: Mon, 23 Jun 2003 05:28:25 -0400

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

Modified Files:
        cc_options.c 
Log Message:
Add the -winforms option


Index: cc_options.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/common/cc_options.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** cc_options.c        17 May 2003 15:58:23 -0000      1.15
--- cc_options.c        23 Jun 2003 09:28:23 -0000      1.16
***************
*** 332,335 ****
--- 332,345 ----
  
  /*
+  * Process a -winforms option.
+  */
+ static void winformsOption(char *arg)
+ {
+       lOption("System");
+       lOption("System.Drawing");
+       lOption("System.Windows.Forms");
+ }
+ 
+ /*
   * Process a -f option.
   */
***************
*** 498,501 ****
--- 508,513 ----
        {"-gnome",              0,      0,                                      
        0,      gnomeOption,
                        N_("-gnome"), N_("Link against the Gnome# libraries")},
+       {"-winforms",           0,      0,                                      
        0,      winformsOption,
+                       N_("-winforms"), N_("Link against the 
System.Windows.Forms libraries")},
        {"-f",                  2,      0,                                      
        0,      fOption, 0, 0},
        {"-m",                  2,      0,                                      
        0,      mOption, 0, 0},





reply via email to

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