summaryrefslogtreecommitdiff
path: root/configs/linux-glide
AgeCommit message (Collapse)AuthorFilesLines
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-3/+3
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul1-5/+3
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
2004-07-20remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul1-1/+1
2004-04-07revived linux-glide build processDaniel Borca1-0/+22
some small Makefile changes for MinGW & DJGPP