I have a project that I have been working on for a while using the Visual Studio generator in Windows, and I am now attempting to build in on Mac. Right now it's very early and I'm having problems building any of the executables using the Unix Makefile generation or the XCode generator. It's basically just a couple of static libraries, that need to get linked into to build the executable. I have set them up as dependencies in the CMake files, and in XCode they show as dependencies, and the Unix builds them in the proper order. But it doesn't appear to try to link them in via the make files. I'm makefile illiterate so there maybe something I'm missing in them.<br>
<br>Is there anywhere I could start to try to figure out what's wrong?<br><br>-Neal <br>