In-file build options.
BlitzMax Forums/BlitzMax Beginners Area/In-file build options.| 
 | ||
| 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! :) | 
| 
 | ||
| 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. | 
| 
 | ||
| Not perfect, but you could use different installations of Blitzmax in different folders. | 
| 
 | ||
| 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. | 
| 
 | ||
| Get BLIde. |