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

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

[Dotgnu-pnet-commits] pnet/csant csant_cscc.c,1.24,1.25


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/csant csant_cscc.c,1.24,1.25
Date: Wed, 26 Nov 2003 04:59:08 +0000

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

Modified Files:
        csant_cscc.c 
Log Message:


Minor bugs in the handling of the <resgen> and <reslink> tags.


Index: csant_cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csant/csant_cscc.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** csant_cscc.c        26 Nov 2003 04:37:14 -0000      1.24
--- csant_cscc.c        26 Nov 2003 04:59:06 -0000      1.25
***************
*** 1436,1444 ****
        /* Build the command-line to be executed */
        AddArg(&argv, &argc, FindProgramPath("resgen", "csant.env.RESGEN"));
-       AddArg(&argv, &argc, "/compile");
        if(isLatin1)
        {
                AddArg(&argv, &argc, "--latin1");
        }
        numFiles = CSAntFileSetSize(inputs);
        for(file = 0; file < numFiles; ++file)
--- 1436,1447 ----
        /* Build the command-line to be executed */
        AddArg(&argv, &argc, FindProgramPath("resgen", "csant.env.RESGEN"));
        if(isLatin1)
        {
                AddArg(&argv, &argc, "--latin1");
        }
+       else
+       {
+               AddArg(&argv, &argc, "/compile");
+       }
        numFiles = CSAntFileSetSize(inputs);
        for(file = 0; file < numFiles; ++file)
***************
*** 1583,1586 ****
--- 1586,1590 ----
                        }
                }
+               AddArg(&argv, &argc, (char *)0);
        }
  





reply via email to

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