Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
30c8cdf3
Commit
30c8cdf3
authored
Aug 26, 2014
by
James Zern
Committed by
Gerrit Code Review
Aug 26, 2014
Browse files
Merge "gen_msvs_(vcx)proj.sh: set yasm format explicitly"
parents
08db5f95
c5795d8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/make/gen_msvs_proj.sh
View file @
30c8cdf3
...
...
@@ -245,13 +245,13 @@ esac
case
"
$target
"
in
x86_64
*
)
platforms[0]
=
"x64"
asm_Debug_cmdline
=
"yasm -Xvc -g cv8 -f
\$
(PlatformName)
${
yasmincs
}
"
\$
(InputPath)""
asm_Release_cmdline
=
"yasm -Xvc -f
\$
(PlatformName)
${
yasmincs
}
"
\$
(InputPath)""
asm_Debug_cmdline
=
"yasm -Xvc -g cv8 -f
win64
${
yasmincs
}
"
\$
(InputPath)""
asm_Release_cmdline
=
"yasm -Xvc -f
win64
${
yasmincs
}
"
\$
(InputPath)""
;;
x86
*
)
platforms[0]
=
"Win32"
asm_Debug_cmdline
=
"yasm -Xvc -g cv8 -f
\$
(PlatformName)
${
yasmincs
}
"
\$
(InputPath)""
asm_Release_cmdline
=
"yasm -Xvc -f
\$
(PlatformName)
${
yasmincs
}
"
\$
(InputPath)""
asm_Debug_cmdline
=
"yasm -Xvc -g cv8 -f
win32
${
yasmincs
}
"
\$
(InputPath)""
asm_Release_cmdline
=
"yasm -Xvc -f
win32
${
yasmincs
}
"
\$
(InputPath)""
;;
*
)
die
"Unsupported target
$target
!"
;;
...
...
build/make/gen_msvs_vcxproj.sh
View file @
30c8cdf3
...
...
@@ -253,13 +253,13 @@ libs=${libs// /;}
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)""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment