From 6cd90b1f0a7f7d577bbdc621be31910fcd66b3df Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Mon, 11 Mar 2002 23:30:27 +0000 Subject: [PATCH] links now --- panda/metalibs/pandadx8/Sources.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/panda/metalibs/pandadx8/Sources.pp b/panda/metalibs/pandadx8/Sources.pp index 69fcd8e5e0..38a72ba1d7 100644 --- a/panda/metalibs/pandadx8/Sources.pp +++ b/panda/metalibs/pandadx8/Sources.pp @@ -18,6 +18,9 @@ #begin metalib_target #define TARGET pandadx8 #define SOURCES pandadx8.cxx - #define TARGET_LIBS d3d8.lib dxerr8.lib + #define WIN_SYS_LIBS \ + ddraw.lib d3d8.lib dxguid.lib d3dx8.lib dxerr8.lib winmm.lib \ + kernel32.lib gdi32.lib user32.lib advapi32.lib $[WIN_SYS_LIBS] #end metalib_target #endif +