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
dd185365
Commit
dd185365
authored
Feb 22, 2014
by
James Zern
Committed by
Gerrit Code Review
Feb 22, 2014
Browse files
Merge "gen_msvs_vcxproj.sh: Set TargetName instead of OutputFile."
parents
8ec2d6eb
7f17b2e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/gen_msvs_vcxproj.sh
View file @
dd185365
...
...
@@ -430,6 +430,14 @@ generate_vcxproj() {
Condition
=
"'
\$
(Configuration)|
\$
(Platform)'=='
$config
|
$plat
'"
tag_content OutDir
"
\$
(SolutionDir)
$plat_no_ws
\\\$
(Configuration)
\\
"
tag_content IntDir
"
$plat_no_ws
\\\$
(Configuration)
\\
${
name
}
\\
"
if
[
"
$proj_kind
"
==
"lib"
]
;
then
if
[
"
$config
"
==
"Debug"
]
;
then
config_suffix
=
d
else
config_suffix
=
""
fi
tag_content TargetName
"
${
name
}${
lib_sfx
}${
config_suffix
}
"
fi
close_tag PropertyGroup
done
done
...
...
@@ -452,7 +460,6 @@ generate_vcxproj() {
opt
=
Disabled
runtime
=
$debug_runtime
curlibs
=
$debug_libs
confsuffix
=
d
case
"
$name
"
in
obj_int_extract
)
debug
=
DEBUG
...
...
@@ -465,7 +472,6 @@ generate_vcxproj() {
opt
=
MaxSpeed
runtime
=
$release_runtime
curlibs
=
$libs
confsuffix
=
""
tag_content FavorSizeOrSpeed Speed
debug
=
NDEBUG
fi
...
...
@@ -501,9 +507,6 @@ generate_vcxproj() {
close_tag Link
;;
lib
)
open_tag Lib
tag_content OutputFile
"
\$
(OutDir)
${
name
}${
lib_sfx
}${
confsuffix
}
.lib"
close_tag Lib
;;
esac
close_tag ItemDefinitionGroup
...
...
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