*** empty log message ***

This commit is contained in:
David Rose 2000-10-18 01:29:05 +00:00
parent 84af991fc0
commit bbeb27bde7
1 changed files with 3 additions and 7 deletions

View File

@ -196,13 +196,9 @@
// libraries do we need?
#define DX_IPATH
#define DX_LPATH
#if $[eq $[PLATFORM],Win32]
#define DX_LIBS \
dxguid.lib winmm.lib kernel32.lib gdi32.lib comdlg32.lib winspool.lib \
user32.lib advapi32.lib ddraw.lib d3dim.lib
#else
#define DX_LIBS
#endif
#define DX_LIBS \
dxguid.lib winmm.lib kernel32.lib gdi32.lib comdlg32.lib winspool.lib \
user32.lib advapi32.lib ddraw.lib d3dim.lib
#defer HAVE_DX $[libtest $[DX_LPATH],$[DX_LIBS]]
// Do you want to build the Renderman interface?