summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/toolchain.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* added distro support for linux (nw) Miodrag Milanovic2015-03-261-0/+22
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+696
make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files