## Custom part of the makefile for QMG 2.0 running under ## Windows, scripting with Matlab 5.3, compiled with ## MS VC++ 6.0, SP3 # Set this path to the location of matlab in your system. MATROOT = c:\matlabr11 # Set this path to the location of VC++ 6.0 in your system # If using VC++ 5.0, the followings statement should be # modified to: # MSROOT = c:\Program Files\DevStudio\Vc # or something similar, depending on where VC++ 5.0 is installed. MSROOT = c:\Program Files\Microsoft Visual Studio\VC98