summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa/Makefile.win
AgeCommit message (Collapse)Author
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win).
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent.
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-14Win32 updates (Karl Schultz)Brian Paul