mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Remove projects from AllClient.sln that are missing.
Add plClientPatcher and plUruLauncher to AllClient.sln. Adjust include and library paths in the "Release" build. Adjust library depedencies to remove EAX, IJL, and Bink, and add IJG jpeg libraries. Remove some overlooked Havok include files. Add sample build and clean batch files to build the AllClient solution from a MSVC 2003 command prompt.
This commit is contained in:
@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <hkmath/vector3.h>
|
||||
#include <hkdynamics/entity/rigidbody.h>
|
||||
//#include <hkmath/vector3.h>
|
||||
//#include <hkdynamics/entity/rigidbody.h>
|
||||
#include "plAntiGravAction.h" // descends from Havok class, so must be included first, like havok objects
|
||||
|
||||
// singular
|
||||
|
@ -31,8 +31,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// havok (must be first)
|
||||
#include <hkmath/quaternion.h>
|
||||
#include <hkmath/quaternion.h>
|
||||
//#include <hkmath/quaternion.h>
|
||||
//#include <hkmath/quaternion.h>
|
||||
|
||||
// singular
|
||||
#include "plMatrixChannel.h"
|
||||
|
Reference in New Issue
Block a user