diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2001-09-21 21:32:14 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2001-09-21 21:32:14 +0000 |
commit | 05ba9becc3211795af539d79b70c8a6af2688108 (patch) | |
tree | 3f5b7a3cff35d6d607d6c32f41c051167d5d19e5 /src/mesa/main/Makefile.win | |
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/main/Makefile.win')
-rw-r--r-- | src/mesa/main/Makefile.win | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 65b6ed809e..2d2138fa8a 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. |