We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbea22f commit 1467f1aCopy full SHA for 1467f1a
tools/win32-make-all.sh
@@ -22,6 +22,8 @@ function buildplugin() {
22
make -s clean
23
make -s -j "${THREADS}" "${plugin_dll}" install 2>/dev/null >/dev/null
24
test -f "${plugin_dll}" || fail "failed to build ${plugin_dll}"
25
+ rm -f "../../win32release/${plugin_dll}"
26
+ cp "${plugin_dll}" ../../win32release/
27
popd >/dev/null
28
[[ $PWD = */destroyfx ]] || fail "not in the expected directory?"
29
echo "Built ${plugin_dll}."
0 commit comments