← Back to team overview

ooc-dev team mailing list archive

Re: how does the "-outpath" compiler option suppose to work?

 

You should use the "-noclean" option if you want the .c/.h sources to stay  ;)
I've added some details over here:
http://docs.ooc-lang.org/compiler.html#noclean

On Tue, Oct 20, 2009 at 11:04 AM, ben haques <ben.haques@xxxxxxxxx> wrote:
> hi
> I try to have the ooc compiler output the .c/.h sources to a specific
> directory. How does this work? The only thing that happens is that the
> output directory is deleted.
> ~~~~~~~~~~~~~~~~~~~~~~~
> $ mkdir ./outp
> $ ls
>    hello.ooc
>    outp
> $ ooc -outpath=outp hello.ooc
> $ ls
>    hello
>    hello.ooc
>    # the 'outp' directory is gone ...
> ~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~ooc-dev
> Post to     : ooc-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ooc-dev
> More help   : https://help.launchpad.net/ListHelp
>
>



-- 
Amos Wenger
http://ooc-lang.org/



Follow ups

References