mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
Setup.exe making on crosscompile.
git-svn-id: file:///svn/unbound/trunk@1727 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
cd5ac9634c
commit
d9a6ccfb52
2 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
- dependencies for compat items, for crosscompile.
|
- dependencies for compat items, for crosscompile.
|
||||||
- mingw32 crosscompile changes, dependencies and zipfile creation.
|
- mingw32 crosscompile changes, dependencies and zipfile creation.
|
||||||
and with System.dll from the windows NSIS you can make setup.exe.
|
and with System.dll from the windows NSIS you can make setup.exe.
|
||||||
|
- package libgcc_s_sjlj exception handler for NSISdl.dll.
|
||||||
|
|
||||||
14 July 2009: Wouter
|
14 July 2009: Wouter
|
||||||
- updated ldns tarball for solaris x64 compile assistance.
|
- updated ldns tarball for solaris x64 compile assistance.
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,10 @@ section "DLV - dlv.isc.org" SectionDLV
|
||||||
# add estimated size for key (Kb)
|
# add estimated size for key (Kb)
|
||||||
AddSize 2
|
AddSize 2
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
|
# libgcc exception lib used by NSISdl plugin (in crosscompile).
|
||||||
|
File /nonfatal "/oname=$PLUGINSDIR\libgcc_s_sjlj-1.dll" "/usr/i686-pc-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll"
|
||||||
|
|
||||||
NSISdl::download "http://ftp.isc.org/www/dlv/dlv.isc.org.key" "$INSTDIR\dlv.isc.org.key"
|
NSISdl::download "http://ftp.isc.org/www/dlv/dlv.isc.org.key" "$INSTDIR\dlv.isc.org.key"
|
||||||
Pop $R0 # result from Inetc::get
|
Pop $R0 # result from Inetc::get
|
||||||
${If} $R0 != "success"
|
${If} $R0 != "success"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue