Browse Source

define DX_* when WINTOOLS is not in use

David Rose 24 years ago
parent
commit
efb36c6a01
1 changed files with 6 additions and 0 deletions
  1. 6 0
      dtool/Config.pp

+ 6 - 0
dtool/Config.pp

@@ -254,6 +254,12 @@
 // Should we try to build the SGI-specific glxdisplay?
 #define HAVE_SGIGL $[eq $[PLATFORM],Irix]
 
+// Is DirectX available, and should we try to build with it?
+#define DX_IPATH
+#define DX_LPATH
+#define DX_LIBS
+#define HAVE_DX
+
 // Do you want to build the Renderman interface?
 #define HAVE_RIB