unycorn / lolcode-dot-net

Automatically exported from code.google.com/p/lolcode-dot-net
0 stars 0 forks source link

Better command-line processing #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the compiler only accepts a single command-line parameter - the
name of the file to compile. It needs to be enhanced to support arguments
in the same format as the Visual Studio compilers, allowing passing the
name of the executable, other build options etc.

Original issue reported on code.google.com by arachnid...@gmail.com on 3 Jun 2007 at 12:21

GoogleCodeExporter commented 8 years ago
I've written support for this using the CommandLineArguments class from (Shared 
source licence) http://www.gotdotnet.com/Community/UserSamples/Details.aspx?
SampleGuid=62a0f27e-274e-4228-ba7f-bc0118ecc41e 

If that's cool for you? 

Original comment by philpr...@gmail.com on 3 Jun 2007 at 5:39

Attachments:

GoogleCodeExporter commented 8 years ago
Patch submitted, won't mark as fixed just yet, there is probabbly more to add.

Original comment by philpr...@gmail.com on 3 Jun 2007 at 7:36

GoogleCodeExporter commented 8 years ago
Changed status to Started.

Original comment by arachnid...@gmail.com on 4 Jun 2007 at 6:32