Skip to content

Commit

Permalink
iTALC.nsi.in: include libwinpthreads-1.dll in package
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed Jul 10, 2014
1 parent 12f01c0 commit 9a59c39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iTALC.nsi.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
!define DLLDIR "@MINGW_PREFIX@/bin"
!define SYSTEM_DLLDIR "@MINGW_PREFIX@/@CMAKE_SYSTEM_PROCESSOR@-w64-mingw32/bin"
!define APP_NAME "iTALC"
!define COMP_NAME "iTALC Solutions Inc."
!define WEB_SITE "http://italc.sf.net"
Expand Down Expand Up @@ -157,6 +158,7 @@ File "${DLLDIR}\libjpeg-9.dll"
File "${DLLDIR}\libeay32.dll"
File "${DLLDIR}\libssl32.dll"
File "${DLLDIR}\libpng16-16.dll"
File "${SYSTEM_DLLDIR}\libwinpthread-1.dll"
# core components
File "italc-${VERSION}\ica.exe"
File "italc-${VERSION}\vnchooks.dll"
Expand Down Expand Up @@ -244,6 +246,7 @@ ExecWait '"$INSTDIR\ica.exe" -quiet -unregisterservice'
# make sure the service is stopped and all file handles are released
Sleep 2000
Delete "$INSTDIR\ica.exe"
Delete "$INSTDIR\libwinpthread-1.dll"
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\libjpeg-9.dll"
Delete "$INSTDIR\QtXml4.dll"
Expand Down

0 comments on commit 9a59c39

Please sign in to comment.