Cannot find tomcrypt.h??
by Jason Chi · in Torque Game Engine · 05/03/2005 (5:34 am) · 2 replies
Hi,
I just updated to HEAD version through CVS (from 1.4) on May 3rd. When I tried to build the solution in Release mode, it shows that tomcrypt.h is missing. It worked with no problems in Debug mode. What properties of Release mode should I change or add to fix this problem?
Thanks for your help.
I just updated to HEAD version through CVS (from 1.4) on May 3rd. When I tried to build the solution in Release mode, it shows that tomcrypt.h is missing. It worked with no problems in Debug mode. What properties of Release mode should I change or add to fix this problem?
Thanks for your help.
About the author
Jason Chi
Modify the following properties of Release mode.
libtomcrypt -> Properties -> C/C++ -> General -> Additional Include Directories
Change to headers
tnl -> Properties -> C/C++ -> General -> Additional Include Directories
Change ../libtomcrypt to ../libtomcrypt/headers
Can any of the GG employee modify those and comment them please?
Thanks,
Jason