summaryrefslogtreecommitdiffstats
path: root/configs/beos
Commit message (Collapse)AuthorAgeFilesLines
* Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson2007-11-011-0/+4
| | | | | Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* use ASM_API variable, bug 4415Brian Paul2005-09-121-1/+2
|
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-3/+3
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build.Philippe Houdoin2004-08-241-2/+1
|
* make clean at root now clean the glu/$(GLU_DIRS) too.Philippe Houdoin2004-08-161-3/+3
|
* Turn gcc optimization up to -O3.Philippe Houdoin2004-08-141-2/+2
|
* Add a BeOS build config.Philippe Houdoin2004-08-141-0/+100