summaryrefslogtreecommitdiffstats
path: root/build-aux/build-windows.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/build-windows.sh')
-rwxr-xr-xbuild-aux/build-windows.sh16
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}"/*