Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
30c8cdf3
Commit
30c8cdf3
authored
Aug 26, 2014
by
James Zern
Committed by
Gerrit Code Review
Aug 26, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "gen_msvs_(vcx)proj.sh: set yasm format explicitly"
parents
08db5f95
c5795d8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
build/make/gen_msvs_proj.sh
build/make/gen_msvs_proj.sh
+4
-4
build/make/gen_msvs_vcxproj.sh
build/make/gen_msvs_vcxproj.sh
+4
-4
No files found.
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
Markdown
is supported
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