diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-25 14:59:45 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-25 14:59:45 +0000 |
commit | 86e001b78cb46c1d5a216dd50b3d7fe32db23575 (patch) | |
tree | 64234fe5ec7368af1840868cb841e719b33f1689 /Makefile.mgw | |
parent | 7c544d36850c6e3627adbbd66df9b12bbe0f185b (diff) |
Windows ICD driver code (patch 1014800)
Diffstat (limited to 'Makefile.mgw')
-rw-r--r-- | Makefile.mgw | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.mgw b/Makefile.mgw index 2cd5d81cd3..762b05b711 100644 --- a/Makefile.mgw +++ b/Makefile.mgw @@ -40,6 +40,9 @@ # As a consequence, you'll need the Win32 Glide3 # library to build any application. # default = no +# ICD=1 build the installable client driver interface +# (windows opengl driver interface) +# default = no # X86=1 optimize for x86 (if possible, use MMX, SSE, 3DNow). # default = no # |