Commit graph

120 commits

Author SHA1 Message Date
Sven Eckelmann
4b7bbbc98b Don't export inlined functions in C++ files 2010-03-18 11:12:15 +01:00
Sven Eckelmann
872f368037 Reduced console output when running make without V=1 2010-03-18 10:59:16 +01:00
Sven Eckelmann
b62bf38fe7 Use separate CXXFLAGS environment variable when calling CXX 2010-03-18 10:10:44 +01:00
Sven Eckelmann
68a999508e Add automatically dependency tracking for C/C++ files
Every time a header is changed, the user had to cleanup the whole project and
then rebuild it. It is quite easy to fix and should help a lot when working on
the project. The dependency files will be created at the first run (when
dependency tracking isn't useful anyway) and should create nearly no overhead.
2010-03-04 22:49:33 +01:00
Richard Goedeken
76a26e552d makefile updates: use CFLAGS+= instead of CFLAGS=, rmdir _obj 2010-02-20 10:34:16 -05:00
Richard Goedeken
fe5ba40863 bugfix #257: added to makefile OS type GNU/kFreeBSD 2010-01-20 21:57:28 -05:00
GoedekenR
e78c716fed bugfix: get release build updated in VC project file 2010-01-02 15:25:39 -05:00
GoedekenR
43b5fe7da2 Added MSVC8 project file for RSP-HLE plugin, fixed a few minor incompatibilities 2010-01-02 10:21:50 -05:00
Richard Goedeken
600fe584bd use C++ compiler to link instead of LD, because the compiler knows where the standard C++ libs are 2009-12-20 22:41:31 -05:00
Richard Goedeken
99377d2f5b Makefile improvements: throw error if OS/CPU not supported, use DESTDIR in install/uninstall paths, per Lazhur request. Allow user-specified CC/CXX/LD paths, per Auria request 2009-12-19 19:59:51 -05:00
Richard Goedeken
2d7d1ccb1b changed makefile install to use 'install' instead of mkdir 2009-12-13 14:03:08 -05:00
Richard Goedeken
d19da18cc8 added install/uninstall/rebuild to makefile 2009-12-11 23:52:48 -05:00
Richard Goedeken
9886f21189 modified Makefile for OSX compatibility patch from Auria and refactored for simplicity 2009-11-23 19:44:34 -05:00
Richard Goedeken
7f2be0dca5 use TARGET variable instead of writing out long output library name 3 times 2009-11-13 23:28:51 -05:00
Richard Goedeken
816544d672 imported patch OSX_build 2009-11-09 19:51:38 -05:00
Richard Goedeken
5343b13a7e fixed name of library built in makefile, fixed some file comment headers and data declarations 2009-11-04 22:46:22 -05:00
Richard Goedeken
ea40b3177e added new M64+ API v2.0 functions to RSP plugin, converted all printf() calls to use Debug message callback to front-end. this plugin now works with the core and ui-console 2009-10-23 22:05:52 -04:00
Richard Goedeken
b21a331b2c re-wrote makefile for current mupen64plus conventions 2009-10-22 23:51:46 -04:00
Richard Goedeken
b91adda53b removed GTK dependency, about box 2009-10-22 23:23:36 -04:00
Richard Goedeken
c8862936b5 added rsp_hle code from mupen64plus SVN repo revision 1416 2009-10-22 23:21:02 -04:00