Game Development Community

"Add files to a project" - the nonVC alternative?

by Josiah Wang · in Technical Issues · 12/22/2004 (5:59 pm) · 1 replies

I'm new to compiling, so this is sorta noobish...

I'm using MingW/MYSYS to compile my project files. However, I came across some code snippets requiring you to 'add' the given files to your 'project'. I've never worked with Visual C++ before (nor do i plan to until i save up enough $$$, which is like maybe another year). What can I do that would be the equivalent of 'adding' files to my 'project'?

thanks!

#1
12/22/2004 (7:33 pm)
If you are talking about precompiled .lib files, I posted how to do it Here.

If it is a .cc or .h file, just drop them into a directory and add their names to the targets.torque.mk file.