summaryrefslogtreecommitdiff
path: root/utils/wpseditor/libwps/buildall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/libwps/buildall.sh')
-rwxr-xr-xutils/wpseditor/libwps/buildall.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/wpseditor/libwps/buildall.sh b/utils/wpseditor/libwps/buildall.sh
deleted file mode 100755
index 0f32bb9b9a..0000000000
--- a/utils/wpseditor/libwps/buildall.sh
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2cat targets.txt | (
3 while read target model
4 do
5 make MODEL=$model TARGET=$target build
6 done
7 cp *.dll ../gui/bin
8 cp *.so ../gui/bin
9)