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
Alchemy
Third Party
3p-libwebp
Commits
2770d8e6
Commit
2770d8e6
authored
Mar 29, 2020
by
Rye Mutt
🍞
Browse files
Add winbuild
parent
a1d68a16
Changes
2
Hide whitespace changes
Inline
Side-by-side
autobuild.xml
View file @
2770d8e6
...
...
@@ -43,7 +43,6 @@
</map>
<key>
manifest
</key>
<array>
<string>
LICENSES/*
</string>
<string>
include/*
</string>
</array>
<key>
name
</key>
...
...
build-cmd.sh
View file @
2770d8e6
...
...
@@ -51,6 +51,18 @@ pushd "$LIBWEBP_SOURCE_DIR"
nmake /f Makefile.vc
CFG
=
debug-static
RTLIBCFG
=
dynamic
OBJDIR
=
output
nmake /f Makefile.vc
CFG
=
release-static
RTLIBCFG
=
dynamic
OBJDIR
=
output
if
[
"
$AUTOBUILD_ADDRSIZE
"
=
32
]
then
outarchdir
=
"x86"
else
outarchdir
=
"x64"
fi
cp
-a
output/debug-static/
$outarchdir
/lib/
*
.lib
$stage
/lib/debug/
cp
-a
output/debug-static/
$outarchdir
/lib/
*
.pdb
$stage
/lib/debug/
cp
-a
output/release-static/
$outarchdir
/lib/
*
.lib
$stage
/lib/release/
;;
darwin
*
)
...
...
@@ -60,6 +72,11 @@ pushd "$LIBWEBP_SOURCE_DIR"
;;
esac
cp
-a
src/webp/decode.h
$stage
/include/webp/
cp
-a
src/webp/encode.h
$stage
/include/webp/
cp
-a
src/webp/types.h
$stage
/include/webp/
mkdir
-p
"
$stage
/LICENSES"
cp
COPYING
"
$stage
/LICENSES/libwebp.txt"
popd
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