How do I compile Argo/UML using Microsoft nmake on windows?
• You will need Microsofts nmake utility that comes with MS development tools. • Unzip argosrc.zip to get the argo source code files. • Edit the file NMakefile.config to set the path to your working directory, several libraries, java compiler, and make utility. When specifying path names use the windows conventions (e.g., c:\jdk-1.1.7b\lib\classes.zip).