summaryrefslogtreecommitdiff
path: root/parcels.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-05-16 09:17:25 +0000
committerChris Wilson <chris+github@qwirx.com>2015-05-16 09:17:25 +0000
commit5ca46e81b0f2006f0335c8fa9993d48cd42889c5 (patch)
treea4ac2b0f1525accea88d0ba55ea41b7201510429 /parcels.txt
parent03b20d5cadbac58ee0b6ca791750814def9fb6c8 (diff)
Use variable substitution to avoid hard-coding paths to DLLs on Windows.
Add DLLs used by mingw64 gcc, used by recent Cygwin installations, and update to current name of zlib1.dll.
Diffstat (limited to 'parcels.txt')
-rw-r--r--parcels.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/parcels.txt b/parcels.txt
index cbb6f7c7..474c576b 100644
--- a/parcels.txt
+++ b/parcels.txt
@@ -35,9 +35,12 @@ ONLY:mingw32,mingw32msvc
END-ONLY
ONLY:mingw32
- script /usr/i686-pc-mingw32/sys-root/mingw/bin/libz-1.dll
- script /usr/i686-pc-mingw32/sys-root/mingw/bin/mingwm10.dll
- script /usr/i686-pc-mingw32/sys-root/mingw/bin/libgcc_s_dw2-1.dll
+ script /usr/$ac_target/sys-root/mingw/bin/zlib1.dll
+ script /usr/$ac_target/sys-root/mingw/bin/libgcc_s_seh-1.dll
+END-ONLY
+
+ONLY:i686-w64-mingw32
+ script /usr/$ac_target/sys-root/mingw/bin/libgcc_s_sjlj-1.dll
END-ONLY
ONLY:SunOS