summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
Commit message (Expand)AuthorAgeFilesLines
* Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw) Miodrag Milanovic2015-04-111-0/+15
* Make it work on VS2010 (nw) Miodrag Milanovic2015-04-111-1/+5
* VS2015 compile works (nw) Miodrag Milanovic2015-04-101-1/+12
* Fixes for solaris 11 build (nw) Miodrag Milanovic2015-04-101-1/+9
* Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) Miodrag Milanovic2015-04-101-1/+7
* removed vconv, updated warnings/error for vs and icl (nw) Miodrag Milanovic2015-04-091-86/+86
* Added PYTHON_EXECUTABLE to use differently named python executable(nw) Miodrag Milanovic2015-04-081-1/+12
* added SEPARATE_BIN option to put executable files in bin folder and not in ma... Miodrag Milanovic2015-04-081-0/+9
* Added FILTER_DEPS option for post compile filtering (nw) Miodrag Milanovic2015-04-071-5/+14
* well it helps some environments, back till deps are solved Miodrag Milanovic2015-04-071-0/+1
* my mistake (nw) Miodrag Milanovic2015-04-061-1/+1
* And one more (nw) Miodrag Milanovic2015-04-061-4/+14
* resurrected some more compile options (nw) Miodrag Milanovic2015-04-061-20/+80
* postcompile task is unstable, commented for now (nw) Miodrag Milanovic2015-04-061-4/+4
* Fix for PROFILER build (nw) Miodrag Milanovic2015-04-061-5/+9
* removed premake.make.linkoptions_after, need better static library dependency... Miodrag Milanovic2015-04-061-1/+0
* macosx build fix (nw) Miodrag Milanovic2015-04-061-0/+1
* make DEBUG=1 PROFILER=0 actually work (nw) Oliver Stöneberg2015-04-051-1/+1
* Selected Full Optimization for Release Visual Studio builds (nw) Miodrag Milanovic2015-04-051-0/+5
* Fixed linking on some linux platforms Miodrag Milanovic2015-04-051-4/+5
* Implemented filtering of dependency files, only active if machine have awk or... Miodrag Milanovic2015-04-041-4/+29
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-041-23/+7
|\
| * * Take more link dependencies caused by OSD out of genie.lua Vas Crabb2015-04-041-20/+1
| * Harmonise targetos between genie.lua and sdl{,_config}.lua Vas Crabb2015-04-041-3/+6
* | Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-2/+7
|/
* removed os_version, since it is not used anymore (nw) Miodrag Milanovic2015-04-031-8/+0
* Fix warning with some clang configurations, don't automatically disable bgfx ... Vas Crabb2015-04-031-3/+0
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-021-38/+39
|\
| * Fix for backtick [qmc2](nw) Miodrag Milanovic2015-04-021-38/+39
* | xcode4 fixed (nw) Miodrag Milanovic2015-04-021-0/+5
|/
* removed includeosd (nw) Miodrag Milanovic2015-04-021-6/+0
* Enable BGFX by default on Snow Leopard Vas Crabb2015-04-031-1/+1
* Add a nice wrapper for doing backtick-like processing of command output Vas Crabb2015-04-021-1/+5
* Add back support for big endian targets including OSX-PPC Vas Crabb2015-04-021-14/+74
* Ok shuffling done Miodrag Milanovic2015-04-011-13/+0
* fix it properly (nw) Miodrag Milanovic2015-04-011-1/+13
* uf reverting breaks mingw (nw) Miodrag Milanovic2015-04-011-5/+0
* moved unicode specific build defines in genie.lua to fix tools build (nw) Miodrag Milanovic2015-04-011-0/+5
* Link osdnet into a library reflecting its location, define USE_NETWORK proper... Vas Crabb2015-04-011-6/+0
* Bring back NOASM Vas Crabb2015-04-011-65/+95
* Add back DIRECTINPUT config for Windows OSD Vas Crabb2015-04-011-2/+0
* Refactor out common OSD modules into separate lua file Vas Crabb2015-04-011-19/+0
* Restore DONT_USE_NETWORK Vas Crabb2015-04-011-1/+6
* Get rid of unnecessary distro nonsense Vas Crabb2015-04-011-8/+0
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-03-311-5/+0
|\
| * Restore NO_OPENGL and USE_DISPATCH_GL Vas Crabb2015-04-011-2/+0
| * Restore NO_USE_MIDI and some more OS support from the old SDL makefile Vas Crabb2015-04-011-3/+0
* | create separate VisualStudio group for 3rdparty (nw) Miodrag Milanovic2015-03-311-1/+3
|/
* Get NO_X11, NO_USE_XINPUT and SDL_LIBVER working on Linux Vas Crabb2015-03-311-12/+0
* Bring back some SDL OSD configurability (WIP) Vas Crabb2015-03-311-10/+1