diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh index fc5011bef36bdcb39026a41c63ad66fc3c2ee67e..7df0334c6e421ba08eedf349948c0bb8f06d7dc0 100755 --- a/build/make/gen_msvs_proj.sh +++ b/build/make/gen_msvs_proj.sh @@ -155,8 +155,8 @@ generate_filter() { tag Tool \ Name="VCCustomBuildTool" \ Description="Assembling \$(InputFileName)" \ - CommandLine="$(eval echo \$asm_${cfg}_cmdline) -o \$(IntDir)$objf" \ - Outputs="\$(IntDir)$objf" \ + CommandLine="$(eval echo \$asm_${cfg}_cmdline) -o \$(IntDir)\\$objf" \ + Outputs="\$(IntDir)\\$objf" \ close_tag FileConfiguration done @@ -170,7 +170,7 @@ generate_filter() { tag Tool \ Name="VCCLCompilerTool" \ - ObjectFile="\$(IntDir)$objf" \ + ObjectFile="\$(IntDir)\\$objf" \ close_tag FileConfiguration done