From 05ba9becc3211795af539d79b70c8a6af2688108 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Fri, 21 Sep 2001 21:32:14 +0000 Subject: 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/osmesa.def | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/mesa/drivers/osmesa/osmesa.def (limited to 'src/mesa/drivers/osmesa/osmesa.def') diff --git a/src/mesa/drivers/osmesa/osmesa.def b/src/mesa/drivers/osmesa/osmesa.def new file mode 100644 index 0000000000..68cdbad6a1 --- /dev/null +++ b/src/mesa/drivers/osmesa/osmesa.def @@ -0,0 +1,13 @@ +DESCRIPTION 'Mesa OSMesa lib for Win32' +VERSION 3.5 + +EXPORTS + OSMesaCreateContext + OSMesaCreateContextExt + OSMesaDestroyContext + OSMesaMakeCurrent + OSMesaGetCurrentContext + OSMesaPixelStore + OSMesaGetIntegerv + OSMesaGetDepthBuffer + OSMesaGetColorBuffer -- cgit v1.2.3