I'm trying to rid myself of the Visual Studio IDE and create a makefile that calls nmake to compile my c++ program. I searched all over google and can't find anything helpful. The version of Visual Studio I have doesn't have an "export makefile" option (I checked online and confirmed this). Are there any good tutorials out there for creating a complicated makefile for nmake (not just 1 or 2 .cpp files, I have a whole bunch)? I'm posting here because Ken made good use of nmake for his voxlap project so he or someone else here might have some insight. I tried to go by his example, but with no luck.
Thanks in advance.
Edited by Silhouette of a Can at
Awesoken at
Re: Makefiles
Google "Managing Projects with NMAKE", where the top link is currently: http://web.sau.edu/lilliskevinm/csci240/masmdocs/envtools/26LMAETC16.pdf
Silhouette of a Can at
Thanks. I tripped across that before, but I have a habit of ignoring PDFs in my searches. But yeah it's a good source upon a second glance. *thumbsup*