summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.win
AgeCommit message (Collapse)Author
2001-10-15Fix comments.Karl Schultz
2001-10-04Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz
defined, which is bad for things like assert().
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
2001-08-13removed ss_interp.cBrian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
only had one or two functions left in them.
2001-05-07Initial new Win32 build support. More to come.Gareth Hughes