Game Development Community

Where did the library file go

by Bryan Walters · in Torque Game Engine · 05/19/2002 (10:00 am) · 1 replies

Ok, I was working on getting the tools to build under codewarrior but when i go to compile it references file in the engine library which is no where to be found in the torque directory structure. Now I lost where is this or what files are included so I can build the tools without 300+ errors....
Thanks
Bryan "GameGamer43" Walters

#1
05/19/2002 (11:07 am)
Maybe the codewarrior project doesn't have a target for the engine library? If so you'll need to either create that target or use the makefiles to build it, and then convince codewarrior to link with it.

Sounds like you wandering around in codewarrior hell again man. ;)