"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!
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!
Torque 3D Owner Entr0py
If it is a .cc or .h file, just drop them into a directory and add their names to the targets.torque.mk file.