From a7b3679165f2650f7a8dc5e859eb8b1ab3af3e2b Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 27 Feb 2002 04:41:53 +0000 Subject: [PATCH] add dxguid.lib --- panda/metalibs/pandadx/Sources.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/metalibs/pandadx/Sources.pp b/panda/metalibs/pandadx/Sources.pp index edb98c90b2..b5c91b4303 100644 --- a/panda/metalibs/pandadx/Sources.pp +++ b/panda/metalibs/pandadx/Sources.pp @@ -17,5 +17,5 @@ #begin metalib_target #define TARGET pandadx #define SOURCES pandadx.cxx - #define TARGET_LIBS ddraw.lib d3dim.lib + #define TARGET_LIBS ddraw.lib d3dim.lib dxguid.lib #end metalib_target