Specifying build directory in MaxIDE?
BlitzMax Forums/BlitzMax Beginners Area/Specifying build directory in MaxIDE?
| ||
Hi! Is it possible to make MaxIDE (on Mac) put all executables and .bak-files into a directory I specify and which is different from the directory which contains the .bmx-files I build? |
| ||
There is no option to do that, but the source code of the IDE can be downloaded and you can make any changes you personally need. |
| ||
I usually use a Global datapath$="", and use this when loading everything. Makes it a lot easier. |