summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/Makefile.win
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-09-21 21:32:14 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-09-21 21:32:14 +0000
commit05ba9becc3211795af539d79b70c8a6af2688108 (patch)
tree3f5b7a3cff35d6d607d6c32f41c051167d5d19e5 /src/mesa/main/Makefile.win
parent445e3cbd0dd2a526cb6628975f5351cbab3956a8 (diff)
downloadexternal_mesa3d-05ba9becc3211795af539d79b70c8a6af2688108.zip
external_mesa3d-05ba9becc3211795af539d79b70c8a6af2688108.tar.gz
external_mesa3d-05ba9becc3211795af539d79b70c8a6af2688108.tar.bz2
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/main/Makefile.win')
-rw-r--r--src/mesa/main/Makefile.win2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win
index 65b6ed8..2d2138f 100644
--- a/src/mesa/main/Makefile.win
+++ b/src/mesa/main/Makefile.win
@@ -195,6 +195,8 @@ clean ::
clobber ::
@del /f OSmesa\*.lib
+ @del /f OSmesa\*.exp
+ @del /f OSmesa\*.dll
# override default inference rule with one that writes the object to
# the same subdir that the c file is in.