summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
Commit message (Collapse)AuthorAgeFilesLines
* update metadata in lua files (nw) Miodrag Milanovic2015-06-201-65/+65
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-3/+3
|
* pc_vga: split Cirrus video devices to separate files. mahlemiut2015-04-251-0/+2
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+69
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-76/+76
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+725
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