Hello As Paul said re sending to multiple lists unnecessarily.
Regarding Make, you're using a very old version. pleas download 3.81 from mingw.org and use that if you can. In Visual Studio, just set your Project as a Makefile project, and then specify "make -f yourmakefile.mak" etc in the command line box. The output will appear in the Visual Studio Output window when you build. (You can specify rules for Build, Rebuild, Clean). See your Visual Studio documentation for further details. Kind regards, Jon -- weblog: http://jguk.org/ _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
