|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: MS Visual C++
On Thu, 16 Mar 2000, Matthew J Burke wrote: > Can I compile in VC++ without creating those dang "projects"? What are Sure you use 'cl' to compile and link. Use make or nmake to manage your projects. > projects for anyways? I never use them, and I don't know anyone who does. I use them and my friend uses them. I have also managed various projects with gmake and make. Overall I would say VCs projects are better when all you are doing is compiling C or C++ code. Things start to break even if you have to run a couple of scripts/programs during the build process and if you have to do anything complex, then gmake/make become quite a bit easier. -- Marc Hernandez ================================================================= The GameProgrammer.Com mailing list is for the open discussion of any topic related to the art, science, and business of programming games. This list is especially tolerant of beginners. We were all beginners once To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html
|
|