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/main/Makefile.win | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/Makefile.win') 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. -- cgit v1.1