Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Router Gray
3p-cef-bin
Commits
2ea28648
Commit
2ea28648
authored
Mar 28, 2019
by
Drake Arconis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Package swiftshader on windows
parent
c6ae0940
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
autobuild.xml
autobuild.xml
+1
-0
build-cmd.sh
build-cmd.sh
+3
-1
No files found.
autobuild.xml
View file @
2ea28648
...
...
@@ -102,6 +102,7 @@
<key>
manifest
</key>
<array>
<string>
bin/*
</string>
<string>
bin/release/swiftshader/*
</string>
<string>
include/*
</string>
<string>
lib/*
</string>
<string>
resources/*
</string>
...
...
build-cmd.sh
View file @
2ea28648
...
...
@@ -75,6 +75,7 @@ case "$AUTOBUILD_PLATFORM" in
# create folders to stage files in
mkdir
-p
"
$stage
/bin/release"
mkdir
-p
"
$stage
/bin/release/swiftshader"
mkdir
-p
"
$stage
/include/cef/include"
mkdir
-p
"
$stage
/lib/release"
mkdir
-p
"
$stage
/resources"
...
...
@@ -90,7 +91,8 @@ case "$AUTOBUILD_PLATFORM" in
cp
"
${
CEF_BUNDLE_SRC_DIR_WINDOWS
}
/release/natives_blob.bin"
"
$stage
/bin/release/"
cp
"
${
CEF_BUNDLE_SRC_DIR_WINDOWS
}
/release/snapshot_blob.bin"
"
$stage
/bin/release/"
cp
"
${
CEF_BUNDLE_SRC_DIR_WINDOWS
}
/release/v8_context_snapshot.bin"
"
$stage
/bin/release/"
cp
"
${
CEF_BUNDLE_SRC_DIR_WINDOWS
}
/release/widevinecdmadapter.dll"
"
$stage
/bin/release/"
cp
"
${
CEF_BUNDLE_SRC_DIR_WINDOWS
}
/release/swiftshader/libEGL.dll"
"
$stage
/bin/release/swiftshader/"
cp
"
${
CEF_BUNDLE_SRC_DIR_WINDOWS
}
/release/swiftshader/libGLESv2.dll"
"
$stage
/bin/release/swiftshader/"
# include files
cp
-r
"
${
CEF_BUNDLE_SRC_DIR_WINDOWS
}
/include/."
"
$stage
/include/cef/include/"
...
...
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