Justin Kerk
039b1e0a12
Missing bits needed for Emscripten compile (nw)
2015-06-20 13:42:30 -07:00
Miodrag Milanovic
239c31b584
Made possible creation of custom builds with given list of drivers included.
...
Note that game list is parsed so if macros are used they will not be found.
example:
make SUBTARGET=cops -j9 DRIVERS=src/mame/drivers/cops.c
2015-06-20 18:20:44 +02:00
Miodrag Milanović
a208071e9d
Merge pull request #202 from wallyweek/sdlinipath
...
Added new SDL_INI_PATH flag [Cesare Falco]
2015-06-07 06:22:12 +02:00
Julian Sikorski
9027ce9575
Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib based on wallyweek's work
2015-06-06 23:39:24 +02:00
Cesare Falco
6cd8271575
Added new SDL_INI_PATH flag
2015-06-06 16:32:04 +02:00
Julian Sikorski
13506b6b54
Added OPT_FLAGS back
2015-06-06 13:38:19 +02:00
Olivier Galibert
511762fa2d
Allow compiling with shared libraries [O. Galibert]
...
Put SHLIB=1 in the main makefile, or on the command line.
The idea is to get a *way* faster link with symbols. It works at
least on linux, with one annoying caveat: you have to be in the
build/projects/sdl/mame/gmake-linux directory to start mame
afterwards. We're going to move some things around to be able to use
LD_LIBRARY_PATH or have it start as-is from the root.
2015-05-31 13:25:17 +02:00
Miodrag Milanovic
2923224b51
remove text (nw)
2015-05-31 11:50:06 +02:00
Miodrag Milanovic
548a982a3c
Added skeleton support for Windows Phone and Windows Store - far from working(nw)
2015-05-28 20:06:33 +02:00
therealmogminer@gmail.com
bab674c78b
Re-enable optimizing SYMBOLS=1 builds, nw
2015-05-27 19:55:45 +02:00
Miodrag Milanovic
2e772fb160
Added lua script/makefile changes to support building tests and portaudio (nw)
2015-05-27 15:02:33 +02:00
Miodrag Milanovic
c796237981
added cppcheck target in order to run analysis of code (nw)
2015-05-12 13:24:38 +02:00
Miodrag Milanovic
f2b21a51f8
Added doxygen documentation definition file and make target for it (nw)
2015-05-12 10:28:41 +02:00
Cesare Falco
7652d47d8e
Add makefile switch to choose linking against bundled OR system expat library.
2015-05-11 09:37:45 +02:00
Miodrag Milanovic
6b48183ecf
Fix layout gen (nw)
2015-05-09 16:13:15 +02:00
Miodrag Milanovic
4c7b1e344b
No optimization for PROFILE otherwise symbols are not right (nw)
2015-05-07 11:59:05 +02:00
Miodrag Milanovic
58c32c97cf
Added cleansrc to makefile (nw)
2015-04-25 14:15:00 +02:00
Miodrag Milanovic
84f7d24cfa
Include make for regression tests (nw)
2015-04-23 14:07:14 +02:00
Miodrag Milanovic
3827f898ab
Renamed to STRIP_SYMBOLS and made logic more clear (nw)
2015-04-22 14:23:49 +02:00
Miodrag Milanovic
073fd3f7d4
Added NO_STRIPPING option and enabled stripping of executable by default (nw)
2015-04-19 16:21:36 +02:00
Miodrag Milanovic
c3345bc74f
better fix for windres (nw)
2015-04-15 09:39:43 +02:00
Miodrag Milanovic
f8a6adf13c
fix 32bit compile (nw)
2015-04-15 09:23:09 +02:00
Miodrag Milanovic
f6fbdaa2e8
Added QT_HOME to support custom QT installations (nw)
2015-04-13 18:51:07 +02:00
Miodrag Milanovic
59e60e47df
Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw)
2015-04-11 08:46:02 +02:00
Miodrag Milanovic
32dc24420c
Some changes for FreeBSD and Solaris, will be sent upstream as well (nw)
2015-04-10 12:37:34 +02:00
Miodrag Milanovic
2ffb66efe5
Placed back and fixed python availability check
2015-04-08 16:24:07 +02:00
Miodrag Milanovic
271e550b99
commented to test on MATE (nw)
2015-04-08 14:45:55 +02:00
Miodrag Milanovic
899f23a7ec
Added PYTHON_EXECUTABLE to use differently named python executable(nw)
2015-04-08 14:19:43 +02:00
Miodrag Milanovic
10ed935e43
Create one more dir, should help MATE (nw)
2015-04-08 14:02:13 +02:00
Miodrag Milanovic
cc35d05ec0
added SEPARATE_BIN option to put executable files in bin folder and not in main (useful for continuous integration )(nw)
2015-04-08 08:52:02 +02:00
Miodrag Milanovic
c186a6c02c
User configuration option can be now stored in useroptions.mak, so no need to alter main makefile (nw)
2015-04-07 14:19:54 +02:00
Miodrag Milanovic
209734925f
Added FILTER_DEPS option for post compile filtering (nw)
2015-04-07 13:23:31 +02:00
Miodrag Milanovic
c69ec4dea6
Some vs2013-clang work (nw)
2015-04-06 18:50:42 +02:00
Miodrag Milanovic
13f137dde7
And one more (nw)
2015-04-06 16:33:21 +02:00
Miodrag Milanovic
1ff712db7a
resurrected some more compile options (nw)
2015-04-06 16:27:14 +02:00
Miodrag Milanovic
70bab0a3d7
Fixed GENie building from main file (nw)
2015-04-05 08:23:57 +02:00
Vas Crabb
18ec0951bd
Add a simple CoreAudio sound output module
...
It doesn't provide facilities for AU effects, although that could be
added pretty easily if someone wants to. Advantages over SDL sound
output are simpler code and lower latency.
2015-04-05 01:48:35 +11:00
Miodrag Milanovic
3725b2fdc6
Moved MOC handling in lua (nw)
2015-04-04 16:42:58 +02:00
Miodrag Milanovic
db3cad9be9
remove not needed dirs from creation list (nw)
2015-04-04 15:48:29 +02:00
Miodrag Milanovic
ed0de1632e
Moved plist generate to lua (nw)
2015-04-04 15:36:44 +02:00
Miodrag Milanovic
6f0fd1a366
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-04 14:44:22 +02:00
Miodrag Milanovic
1026d09afa
Moved creation of most non-layout files out of makefile (nw)
2015-04-04 14:44:06 +02:00
Vas Crabb
4cd434246d
Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD
2015-04-04 14:53:47 +11:00
Miodrag Milanovic
2df0d9deed
Added generated m68kops files to tree, added makefile for developers working on core (nw)
2015-04-03 15:59:18 +02:00
Miodrag Milanovic
66cbe9eee4
removed os_version, since it is not used anymore (nw)
2015-04-03 15:30:56 +02:00
Miodrag Milanovic
69d936dfee
skeleton for XCode support (nw)
2015-04-02 18:16:20 +02:00
Vas Crabb
d055017fa2
Make VERBOSE=1 propagate properly, add summary of user-configurable options
2015-04-03 00:45:49 +11:00
Vas Crabb
a63bd12019
Add back support for big endian targets including OSX-PPC
2015-04-02 22:26:35 +11:00
Miodrag Milanovic
33387befdb
Ignore moc missing if MOC_FILES is empty (nw)
2015-04-01 12:09:38 +02:00
Vas Crabb
19d52cef70
Bring back NOASM
2015-04-01 16:12:03 +11:00