In-file build options.

BlitzMax Forums/BlitzMax Beginners Area/In-file build options.

Thareh(Posted 2011) [#1]
Hi!
I have quite a few BlitzMax projects at the same time, and some of them needs 'Threaded Build' and 'Build Gui App', and some doesn't need any of them which makes it a bit annoying when you change project and have to change build options as well.

So my question is: is there any way to define build options in a file?
If not: This is a very good suggestion! :)


Htbaa(Posted 2011) [#2]
If you use BLIde (Plus) you can store your projects in solutions, together with their build options. For MaxIDE I don't believe this is possible.


jsp(Posted 2011) [#3]
Not perfect, but you could use different installations of Blitzmax in different folders.


Pengwin(Posted 2011) [#4]
If using windows,, why not create a batch file (does MS still use batch files?) or some other script to call bmk with the required options for each project.
If using Mac, a shell script, or applescript should be able to do it for you.


GfK(Posted 2011) [#5]
Get BLIde.