mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 22:16:30 +00:00
Fixed premake quote bug that was causing it to generate incorrect vcproj XML files.
This was SVN commit r2818.
This commit is contained in:
Binary file not shown.
@@ -289,7 +289,7 @@ static void vcFiles(FILE* file, const char* path, int stage)
|
||||
fprintf(file, "%s <FileConfiguration Name=\"%s|Win32\">\n", indent, config->name);
|
||||
fprintf(file, "%s <Tool Name=\"VCCustomBuildTool\" "
|
||||
"Description=\"Assembling $(InputPath)\" "
|
||||
"CommandLine=\"%s -f win32 -o \"$(IntDir)\\$(InputName).asm.obj\" \"$(InputPath)\"\" "
|
||||
"CommandLine=\"%s -f win32 -o "$(IntDir)\\$(InputName).asm.obj" "$(InputPath)"\" "
|
||||
"Outputs=\"$(IntDir)\\$(InputName).asm.obj\" />", indent, nasmPath);
|
||||
fprintf(file, "%s </FileConfiguration>", indent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user