You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/01/10 09:43:08 UTC

[couchdb-glazier] branch add-win-patches updated: Copy-Helper for sm binaries

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch add-win-patches
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git


The following commit(s) were added to refs/heads/add-win-patches by this push:
     new 548d083  Copy-Helper for sm binaries
548d083 is described below

commit 548d083199af98967294d788e853e7de83d8af84
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Tue Jan 10 10:42:57 2023 +0100

    Copy-Helper for sm binaries
---
 bin/copy-sm-bins.ps1 | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/bin/copy-sm-bins.ps1 b/bin/copy-sm-bins.ps1
new file mode 100644
index 0000000..30d6ada
--- /dev/null
+++ b/bin/copy-sm-bins.ps1
@@ -0,0 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may not
+# use this file except in compliance with the License. You may obtain a copy of
+# the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations under
+# the License.
+
+copy C:\relax\gecko-dev\sm-obj-opt\js\src\build\*.lib C:\relax\vcpkg\installed\x64-windows\lib
+copy C:\relax\gecko-dev\sm-obj-opt\dist\bin\*.dll C:\relax\vcpkg\installed\x64-windows\bin
+copy C:\relax\gecko-dev\sm-obj-opt\dist\include\* C:\relax\vcpkg\installed\x64-windows\include -Recurse -ErrorAction SilentlyContinue