QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: xra7en on December 13, 2018, 05:52:22 am

Title: .exe to a project folder instead of root folder
Post by: xra7en on December 13, 2018, 05:52:22 am
is there a way to get the qb64 IDE to compile in a project folder instead of the qb64 root folder(or source folder)?

if not,

wish list? :-)
Title: Re: .exe to a project folder instead of root folder
Post by: RhoSigma on December 13, 2018, 06:43:44 am
In the IDE check Run-Menu -> Output EXE to source folder

or call the compiler from a console and use the -o switch.
Title: Re: .exe to a project folder instead of root folder
Post by: xra7en on December 13, 2018, 04:00:53 pm
In the IDE check Run-Menu -> Output EXE to source folder

or call the compiler from a console and use the -o switch.

Hi!!
Thanks I'll check that out!