|
From: Lloyd D. <ll...@ga...> - 2002-06-29 12:18:53
|
mhh.. good question I will think to write a short tutorial on GNU make.... in the mean time you could either read this long tutorial http://www.student.math.uwaterloo.ca/~cs-marks/resources/unix/make/tutorial/ or the complete makefile documentation http://www.student.math.uwaterloo.ca/~cs-marks/resources/unix/make/gnumake/m ake_toc.html mingw (http://www.mingw.org) ship with a nice makefile complete reference in one large html file. about MS compiler... you will need a release of VS to have the necessary lib file. (at least I know that VC++ 5 will do), after that that you could use the C++ compiler shipped with SDK.NET in C:\Program Files\Microsoft Visual Studio .NET\Vc7\bin mmhh.. this libs dependancy is a problem.... I could go back to gcc i the near future anyway as there is no managed C++ compiler on Linux and I plan to make the port.... |