From 1a4d47235bc504273f09a2097d8909f06d952583 Mon Sep 17 00:00:00 2001 From: enn0x Date: Sat, 16 Jan 2010 14:17:13 +0000 Subject: [PATCH] Added PhysXDevice.dll and CUDA RT to package physx --- direct/src/p3d/panda3d.pdef | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/p3d/panda3d.pdef b/direct/src/p3d/panda3d.pdef index 164b8a0b8a..0877e85773 100755 --- a/direct/src/p3d/panda3d.pdef +++ b/direct/src/p3d/panda3d.pdef @@ -269,6 +269,8 @@ class physx(package): require('panda3d') file('libpandaphysx.dll') + file('physxcudart_20.dll') + file('PhysXDevice.dll') class ai(package): # This package contains the PandAI library for pathfinding