Commit Graph

17 Commits (1761ff341c93e857676cc852b21c8362208037b3)

Author SHA1 Message Date
rubidium 03c1ecb17a (svn r10171) -Add: simple support for ccache (--with-ccache). 17 years ago
glx b73cd3c12d (svn r10057) -Fix (r10051): git version detection didn't work for mingw/msys 17 years ago
rubidium 463093d0ae (svn r10051) -Add: git "version" detection so we've got at least some indication what version we're playing when using git ;) 17 years ago
truelight 2f188272af (svn r9710) -Add: added support for GCC 2.95. This makes MorphOS target alive again. With a big thanks to tokai and Rubidium!! 17 years ago
glx 56c38973ec (svn r8839) -Fix: escape slashes in sed for mingw Makefile.dep stuff. It worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed. 18 years ago
truelight f79618118f (svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP 18 years ago
truelight b528cede6d (svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install 18 years ago
truelight 53785810c8 (svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSP
-Fix: PSP needs to link with gcc, not with g++ (don't ask)
-Fix: PSP doens't support threads
18 years ago
bjarni b4592c8a54 (svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++) 18 years ago
bjarni ca1a88f6c4 (svn r8605) -Codechange: [OSX] changed all objective C to objective C++
This will permanently solve the issue where compilation on OSX broke because C++ code was added to some header files

   -Note: (important if you develop mac specific code)
   taken from http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html           
    gdb lacks an integrated C++ with Objective-C parser. This means that gdb won't be able to evaluate expressions that contain both C++ and Objective-C constructs.
    gdb assumes that the language for ".mm" files is C++.
    you can change it to objective C by typing: (gdb) set language objc 
    Mixing C++ and objective C has some limitation (see link for all of them)
18 years ago
glx 1f0206f62d (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps 18 years ago
rubidium 387f046a24 (svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked. 18 years ago
rubidium f35ed4bbc2 (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 18 years ago
rubidium dbb910679f (svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended. 18 years ago
truelight b559f1a376 (svn r7780) [Configure] -Fix: strip before copy, not copy before strip 18 years ago
truelight 7437ae1a08 (svn r7762) [Configure] -Fix: .rc files were not ignored in old DEP system 18 years ago
rubidium 66bbf336c6 (svn r7759) -Merge: makefile rewrite. This merge features:
- A proper ./configure, so everything needs to be configured only once, not for every make.
 - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies.
 - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC.
 - Proper support for OSX universal binaries.
 - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files.
 - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.

Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
18 years ago