From acc49cb3d70b8d0e070b6a653a6bc6d184398cf6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 20 Jan 2005 06:08:04 +0000 Subject: [PATCH] remove pandadx --- panda/src/testbed/Sources.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/testbed/Sources.pp b/panda/src/testbed/Sources.pp index 96fb9cccc7..877e44d522 100644 --- a/panda/src/testbed/Sources.pp +++ b/panda/src/testbed/Sources.pp @@ -12,7 +12,7 @@ #if $[LINK_ALL_STATIC] // If we're statically linking, we need to explicitly link with // at least one graphics renderer. - #define LOCAL_LIBS pandagl pandadx $[LOCAL_LIBS] + #define LOCAL_LIBS pandagl $[LOCAL_LIBS] // And we might like to have the egg loader available. #define LOCAL_LIBS pandaegg $[LOCAL_LIBS]