Thread Previous • Date Previous • Date Next • Thread Next |
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 ... ~~~~~~~~~~~~~~~~~~~~~~~~
Thread Previous • Date Previous • Date Next • Thread Next |