mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
dx9 is different
This commit is contained in:
parent
facf4c95e5
commit
f645944195
@ -631,7 +631,7 @@
|
|||||||
// Is DirectX9 available, and should we try to build with it?
|
// Is DirectX9 available, and should we try to build with it?
|
||||||
#define DX9_IPATH
|
#define DX9_IPATH
|
||||||
#define DX9_LPATH
|
#define DX9_LPATH
|
||||||
#define DX9_LIBS d3d8.lib d3dx8.lib dxerr8.lib
|
#define DX9_LIBS d3d9.lib d3dx9.lib dxerr9.lib
|
||||||
#defer HAVE_DX9 $[libtest $[DX9_LPATH],$[DX9_LIBS]]
|
#defer HAVE_DX9 $[libtest $[DX9_LPATH],$[DX9_LIBS]]
|
||||||
|
|
||||||
// Is OpenCV installed, and where?
|
// Is OpenCV installed, and where?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user