From f645944195dbc8d7b4378291c4540edac5e5b338 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 8 Feb 2007 17:49:47 +0000 Subject: [PATCH] dx9 is different --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index ea19cbb6fa..e98fef9b67 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -631,7 +631,7 @@ // Is DirectX9 available, and should we try to build with it? #define DX9_IPATH #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]] // Is OpenCV installed, and where?