diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2001-10-15 17:28:53 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2001-10-15 17:28:53 +0000 |
commit | 439ded4e2a240f02e378eb0c4b482688d5c8b36e (patch) | |
tree | d6f5258e27ee1b41633199fa19ec04efc369ddb7 | |
parent | b66103971c77e55b1df060c71c8e74af996d2dec (diff) |
Fix comments.
-rw-r--r-- | src/mesa/main/Makefile.win | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index ebc72c1153..11ab97ddd9 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -1,8 +1,9 @@ # Makefile for Win32 # # NOTE: the install target may overwrite important files in the system dirs -# Sept 12, 2001 -# Windows driver not working. OSMesa driver works. +# Check first, before making the install target. +# +# This builds both the osmesa and Windows drivers. # !include <win32.mak> |