| Index: source/libvpx/build/make/gen_msvs_vcxproj.sh
|
| ===================================================================
|
| --- source/libvpx/build/make/gen_msvs_vcxproj.sh (revision 291857)
|
| +++ source/libvpx/build/make/gen_msvs_vcxproj.sh (working copy)
|
| @@ -253,13 +253,13 @@
|
| case "$target" in
|
| x86_64*)
|
| platforms[0]="x64"
|
| - asm_Debug_cmdline="yasm -Xvc -g cv8 -f \$(PlatformName) ${yasmincs} "%(FullPath)""
|
| - asm_Release_cmdline="yasm -Xvc -f \$(PlatformName) ${yasmincs} "%(FullPath)""
|
| + asm_Debug_cmdline="yasm -Xvc -g cv8 -f win64 ${yasmincs} "%(FullPath)""
|
| + asm_Release_cmdline="yasm -Xvc -f win64 ${yasmincs} "%(FullPath)""
|
| ;;
|
| x86*)
|
| platforms[0]="Win32"
|
| - asm_Debug_cmdline="yasm -Xvc -g cv8 -f \$(PlatformName) ${yasmincs} "%(FullPath)""
|
| - asm_Release_cmdline="yasm -Xvc -f \$(PlatformName) ${yasmincs} "%(FullPath)""
|
| + asm_Debug_cmdline="yasm -Xvc -g cv8 -f win32 ${yasmincs} "%(FullPath)""
|
| + asm_Release_cmdline="yasm -Xvc -f win32 ${yasmincs} "%(FullPath)""
|
| ;;
|
| arm*)
|
| asm_Debug_cmdline="armasm -nologo "%(FullPath)""
|
|
|