command line compiler parameters?

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
Jerry Messina
Swordfish Developer
Posts: 1473
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

command line compiler parameters?

Post by Jerry Messina » Sat Jun 08, 2013 7:40 pm

When using the command-line compiler are there any other parameters that can be specified other than the device type?

I have a project with nine different build configurations, and I'd love to be able to set a '#option' on the command line to control this so I could automate building all nine at once.

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Post by David Barker » Sun Jun 09, 2013 8:36 am

You can only pass filename and device type to the command line.

Post Reply