Compiling Havok demos

437 Views Asked by At

I've downloaded and extracted the Havok demos, but the project has dependency on a folder:

$(HAVOK_SDKS_DIR)/win32/dx/Include

But it didn't set up a HAVOK_SDKS_DIR (there is no installer), and I can't find a win32/dx directory anywhere in the extracted Havok package.

How can I get the demo files to build? What am I missing?

1

There are 1 best solutions below

0
On BEST ANSWER

I fixed this by simply REMOVING all references to $(HAVOK_SDKS_DIR) from the project settings. You don't need it.