Thread overview
change defule output folder
Jul 05, 2004
Carramba
Jul 05, 2004
Arjan Knepper
Jul 05, 2004
Carramba
Jul 05, 2004
Cesar Rabak
Aug 03, 2004
Ilya Minkov
July 05, 2004
hi!

how do I change in dmc thatthe output folder (after compilation) would by off my chois?
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
July 05, 2004
Carramba wrote:
> 
> hi!
> 
> how do I change in dmc thatthe output folder (after compilation) would by  off my chois?

Using the IDDE?

Right click on the project -> click 'Settings...' -> choose the 'Directories' tab and change the settings for 'Compiler Output Directory' and 'Target Output Directory'

Using the commandline?
use the -o<outputfile> flag (Be aware there must NOT be a space between the 'o' and '<outputfile> )!

Arjan
July 05, 2004
thanx!

but if there a way (Iam using command line) to make specific directory defult output dir?



On Mon, 05 Jul 2004 15:07:15 +0200, Arjan Knepper <arjan@ask.me> wrote:

> Carramba wrote:
>>  hi!
>>  how do I change in dmc thatthe output folder (after compilation) would by  off my chois?
>
> Using the IDDE?
>
> Right click on the project -> click 'Settings...' -> choose the 'Directories' tab and change the settings for 'Compiler Output Directory' and 'Target Output Directory'
>
> Using the commandline?
> use the -o<outputfile> flag (Be aware there must NOT be a space between the 'o' and '<outputfile> )!
>
> Arjan



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
July 05, 2004
Use a Makefile with all the flags, macros, etc. of your choice.


Carramba escreveu:
> thanx!
> 
> but if there a way (Iam using command line) to make specific directory  defult output dir?
> 
> 
> 
> On Mon, 05 Jul 2004 15:07:15 +0200, Arjan Knepper <arjan@ask.me> wrote:
> 
>> Carramba wrote:
>>
>>>  hi!
>>>  how do I change in dmc thatthe output folder (after compilation) would  by  off my chois?
>>
>>
>> Using the IDDE?
>>
>> Right click on the project -> click 'Settings...' -> choose the  'Directories' tab and change the settings for 'Compiler Output  Directory' and 'Target Output Directory'
>>
>> Using the commandline?
>> use the -o<outputfile> flag (Be aware there must NOT be a space between  the 'o' and '<outputfile> )!
>>
>> Arjan
> 
> 
> 
> 


August 03, 2004
Cesar Rabak schrieb:

> Use a Makefile with all the flags, macros, etc. of your choice.

I frankly don't know why people post such "answers" which say totally nothing.

-eye