*** empty log message ***

This commit is contained in:
David Rose 2000-10-31 05:48:34 +00:00
parent e2f2d18ac5
commit 5d48075e5f
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -43,6 +43,9 @@ $[cdefine HAVE_SOXST]
/* Define if we have OpenGL installed and want to build for GL. */ /* Define if we have OpenGL installed and want to build for GL. */
$[cdefine HAVE_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. */ /* Define if we have GLX installed and want to build for GLX. */
$[cdefine HAVE_GLX] $[cdefine HAVE_GLX]