Skip to content

Commit 1467f1a

Browse files
committed
Also collect DLLs in a single directory when building all
1 parent bbea22f commit 1467f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/win32-make-all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ function buildplugin() {
2222
make -s clean
2323
make -s -j "${THREADS}" "${plugin_dll}" install 2>/dev/null >/dev/null
2424
test -f "${plugin_dll}" || fail "failed to build ${plugin_dll}"
25+
rm -f "../../win32release/${plugin_dll}"
26+
cp "${plugin_dll}" ../../win32release/
2527
popd >/dev/null
2628
[[ $PWD = */destroyfx ]] || fail "not in the expected directory?"
2729
echo "Built ${plugin_dll}."

0 commit comments

Comments
 (0)