Make osmesa a DLL instead of a static lib (Windows). This is more
authorKarl Schultz <kschultz@freedesktop.org>
Fri, 21 Sep 2001 21:32:14 +0000 (21:32 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Fri, 21 Sep 2001 21:32:14 +0000 (21:32 +0000)
commit05ba9becc3211795af539d79b70c8a6af2688108
tree3f5b7a3cff35d6d607d6c32f41c051167d5d19e5
parent445e3cbd0dd2a526cb6628975f5351cbab3956a8
Make osmesa a DLL instead of a static lib (Windows).  This is more
consistent with the other modules and platforms.  It also makes the
API and linkage on Windows more consistent.
src/mesa/drivers/osmesa/Makefile.win
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/osmesa/osmesa.def [new file with mode: 0644]
src/mesa/main/Makefile.win