diff options
author | Karl Schultz <[email protected]> | 2001-09-21 21:32:14 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-09-21 21:32:14 +0000 |
commit | 05ba9becc3211795af539d79b70c8a6af2688108 (patch) | |
tree | 3f5b7a3cff35d6d607d6c32f41c051167d5d19e5 /src/mesa/drivers/osmesa/osmesa.def | |
parent | 445e3cbd0dd2a526cb6628975f5351cbab3956a8 (diff) |
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.
Diffstat (limited to 'src/mesa/drivers/osmesa/osmesa.def')
-rw-r--r-- | src/mesa/drivers/osmesa/osmesa.def | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mesa/drivers/osmesa/osmesa.def b/src/mesa/drivers/osmesa/osmesa.def new file mode 100644 index 00000000000..68cdbad6a12 --- /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 |