Dark Bit Factory & Gravity

PROGRAMMING => Freebasic => Topic started by: Clyde on September 11, 2007

Title: Switches
Post by: Clyde on September 11, 2007
Hiya,

About the only switch I know of is:
-s gui

Which turns off the console window.

Does anyone know of any others?

Cheers,
Clyde.
Title: Re: Switches
Post by: Jim on September 12, 2007
Just type fbc on its own at the prompt and it gives you the full list.  Most of them are not very interesting.  -r will leave the asm files around, if you're interested.

In v17 and above, you probably need to use
-lang deprecated
as a flag to build older source.

Jim
Title: Re: Switches
Post by: Clyde on September 12, 2007
Cheers Jim.