Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-WinRT
Commits
45c16378
Commit
45c16378
authored
Jun 22, 2020
by
Steve Lhomme
Browse files
libvlc: disable the win81 target
parent
e890dc9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libvlc/compile.sh
View file @
45c16378
...
...
@@ -6,7 +6,7 @@ usage()
{
echo
"Usage: compile <arch> <TargetOS>"
echo
"archs: i686,x86_64,armv7,aarch64"
echo
"os:
win81,
win10"
echo
"os: win10"
}
using
()
...
...
@@ -49,10 +49,13 @@ case "$2" in
LIBLOLE32
=
;;
win81
)
WINVER
=
0x602
RUNTIME
=
msvcr120_app
LIBKERNEL32
=
-lkernel32
LIBLOLE32
=
-lole32
echo
"win81 not supported anymore"
usage
exit
1
#~ WINVER=0x602
#~ RUNTIME=msvcr120_app
#~ LIBKERNEL32=-lkernel32
#~ LIBLOLE32=-lole32
;;
*
)
echo
"Unknown OS:
$2
"
...
...
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