Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
f069740c93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/Config.pp

+ 2 - 2
dtool/Config.pp

@@ -203,10 +203,10 @@
 #defer HAVE_GLUT $[libtest $[GLUT_LPATH],$[GLUT_LIBS]]
 
 // Should we try to build the WGL interface?
-#define HAVE_WGL
+#define HAVE_WGL $[eq $[PLATFORM],Win32]
 
 // Should we try to build the SGI-specific glxdisplay?
-#define HAVE_SGIGL
+#define HAVE_SGIGL $[eq $[PLATFORM],Irix]
 
 // Should we try to build the DirectX interface?  What additional
 // libraries do we need?