You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
makefile
About this tag
The makefile tag on WindowsForum.com covers discussions about using makefiles to compile C++ source code with Visual Studio, particularly with the nmake utility. Topics include troubleshooting compilation steps, locating output files, and following project-specific instructions like running nmake with a makefile.w32. The tag is relevant for developers working with legacy or open-source projects that require manual building in Visual Studio environments.
Understanding Makefiles and their functionality can be a game changer, especially for programmers and developers who wish to streamline their build processes. If you've ventured into compiling programs, you have likely encountered Makefiles. They are integral to managing complex program builds...
I need to compile some c++ source, but i am having problems.
I need to compile the source for Antinat-0.90 becuase the sourceforge is having problems with retrieving the installler.
I am probably doing something correct, but i dont kno where to look for the files....
the instructions that...