diff --git a/build/premake/premake.exe b/build/premake/premake.exe index b57d998843..6e821377a4 100755 Binary files a/build/premake/premake.exe and b/build/premake/premake.exe differ diff --git a/build/premake/src/Src/vs7.c b/build/premake/src/Src/vs7.c index b199c5967b..ecd8902b1d 100644 --- a/build/premake/src/Src/vs7.c +++ b/build/premake/src/Src/vs7.c @@ -282,12 +282,14 @@ static void vcFiles(FILE* file, const char* path, int stage) Config *config=package->config[j]; const char *nasmPath = translatePath(config->nasmPath, WIN32); + // JW 2005-09-29: fixed CommandLine to work with paths + // containing spaces. if (endsWith(path, ".asm")) { fprintf(file, "%s \n", indent, config->name); fprintf(file, "%s ", indent, nasmPath); fprintf(file, "%s ", indent); }