Jump to content

Talk:NMAKE: Difference between revisions

From EDM2
Cbockem (talk | contribs)
No edit summary
Blanked the page
 
Line 1: Line 1:
When I gave up using the WPS integrated VAC/C++ 3.0 "Workframe" I had to also write my make files myself, and this showed me the many limitations of NMAKE, mainly if it comes to freely work with macros, switching between many directories etc. For that reason I changed to [[GNU Make]] at that time.


One way to overcome these limitations is to put makefiles in all project directories with provisions that they are all called in the right order from the first one. The disadvantage of this solution is that it makes the make process very much unreadable.

Latest revision as of 15:32, 23 June 2016