Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
5d48075e5f
2 changed files with 7 additions and 4 deletions
  1. 4 4
      dtool/Config.pp
  2. 3 0
      dtool/LocalSetup.pp

+ 4 - 4
dtool/Config.pp

@@ -210,8 +210,8 @@
 
 // Should we try to build the DirectX interface?  What additional
 // libraries do we need?
-#define DX_IPATH
-#define DX_LPATH
+#define DX_IPATH /mspsdk/Include
+#define DX_LPATH /mspsdk/Lib
 #define DX_LIBS \
   dxguid.lib winmm.lib kernel32.lib gdi32.lib comdlg32.lib winspool.lib \
   user32.lib advapi32.lib ddraw.lib d3dim.lib
@@ -245,8 +245,8 @@
 
 // Do you want to build the audio interface?  What additional
 // libraries are required?
-#define AUDIO_IPATH
-#define AUDIO_LPATH
+#define AUDIO_IPATH /mspsdk/Include
+#define AUDIO_LPATH /mspsdk/Lib
 #if $[eq $[PLATFORM],Win32]
   #define AUDIO_LIBS winmm.lib dsound.lib user32.lib ole32.lib dxguid.lib
 #else

+ 3 - 0
dtool/LocalSetup.pp

@@ -43,6 +43,9 @@ $[cdefine HAVE_SOXST]
 /* Define if we have OpenGL installed and want to build for GL.  */
 $[cdefine HAVE_GL]
 
+/* Define if we want to build with SGI OpenGL extensions.  */
+$[cdefine HAVE_SGIGL]
+
 /* Define if we have GLX installed and want to build for GLX.  */
 $[cdefine HAVE_GLX]