|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-01-23 03:15:11
|
Abdul Jalil, Norazlin wrote: > I created a new project, select Win32 Console Application (application > type: console, empty project) and named my project ‘makefile’. You're going about this in completely the wrong way. You have to forget about projects, adding files to them, and all that. > How could I compile GNUPLOT using VC++ 2008? What are the requirements, > what files do I need and what are the exact steps to do that? Get a text editor and use that to read text files README, INSTALL and config\makefile.nt, in that order. Do what they tell you to. Exactly. |