mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-23 06:59:22 -05:00
Support for August 2009 DirectX SDK. New DTool configuration macros. Makepanda can now detect Window Framework 6.0A
This commit is contained in:
+1
-1
@@ -732,7 +732,7 @@
|
||||
// Is DirectX9 available, and should we try to build with it?
|
||||
#define DX9_IPATH
|
||||
#define DX9_LPATH
|
||||
#define DX9_LIBS d3d9.lib d3dx9.lib dxerr9.lib
|
||||
#define DX9_LIBS d3d9.lib d3dx9.lib dxerr.lib
|
||||
#defer HAVE_DX9 $[libtest $[DX9_LPATH],$[DX9_LIBS]]
|
||||
|
||||
// Is OpenCV installed, and where?
|
||||
|
||||
Reference in New Issue
Block a user