win32: Fix out-of-tree setup build

Günther Brammer 2012-02-05 21:42:28 +01:00
parent bfdf1ec8c8
commit 3790390347
1 changed files with 6 additions and 4 deletions

View File

@ -21,6 +21,11 @@
Name "${PRODUCT_NAME}"
SetCompressor lzma
; search paths
!addplugindir "${SRCDIR}/tools/install"
!addplugindir "tools/install"
!addincludedir "${SRCDIR}/tools/install"
; MultiUser Settings
!define MULTIUSER_EXECUTIONLEVEL Highest
;!define MULTIUSER_MUI
@ -72,10 +77,7 @@ LangString MUI_TEXT_USERPATH ${LANG_English} "User Path"
; MUI end ------
; Game Explorer
!include "${SRCDIR}/tools/install\GameExplorer.nsh"
; Firewall helper
!addplugindir "tools/install"
!include GameExplorer.nsh
ShowInstDetails show
ShowUnInstDetails show