This allows the built program to be run without copying DLLs to the
project directory.
IO::print(out, "\t\t<NMakeCleanCommandLine>%s -c</NMakeCleanCommandLine>\n", config_cmd);
IO::print(out, "\t\t<NMakeReBuildCommandLine>%s -B</NMakeReBuildCommandLine>\n", config_cmd);
if(exe)
+ {
IO::print(out, "\t\t<NMakeOutput>%s</NMakeOutput>\n", exe->get_path());
+ IO::print(out, "\t\t<LocalDebuggerEnvironment>PATH=%s;$(PATH)\n$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\n", builder.get_prefix()/"bin");
+ }
IO::print(out, "\t</PropertyGroup>\n");
}