diff options
Diffstat (limited to 'build-aux/build-windows.sh')
-rwxr-xr-x | build-aux/build-windows.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build-aux/build-windows.sh b/build-aux/build-windows.sh deleted file mode 100755 index b00fbe6..0000000 --- a/build-aux/build-windows.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -set -ex - -DESTDIR="${PN}-${TARGET}-${PV}" - -${MAKE_CMD:-make} blogc.exe - -rm -rf "${DESTDIR}" -mkdir -p "${DESTDIR}" - -cp .libs/blogc.exe "${DESTDIR}/" -cp ../LICENSE "${DESTDIR}/" -cp ../README.md "${DESTDIR}/" - -zip "${DESTDIR}.zip" "${DESTDIR}"/* |