Added DLL filename subsitution.

This commit is contained in:
Romain Chantereay 2005-02-16 19:26:43 +00:00
parent ffc9162571
commit 714f798812
2 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@ Section "LIBINTL: Library for native language support." SEC08
SectionEnd
Section "Lasso version @VERSION@" SEC09
File "..\..\lasso\.libs\liblasso-3.dll"
File "..\..\lasso\.libs\@DLL_FILENAME@"
SectionEnd
Section -AdditionalIcons
@ -147,7 +147,7 @@ FunctionEnd
Section Uninstall
Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\liblasso-3.dll"
Delete "$INSTDIR\@DLL_FILENAME@"
Delete "$INSTDIR\iconv.dll"
Delete "$INSTDIR\zlib.dll"
Delete "$INSTDIR\zlib1.dll"

View File

@ -61,7 +61,7 @@ FunctionEnd
Section "Lasso version @VERSION@" SEC01
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "..\..\lasso\.libs\liblasso-3.dll"
File "..\..\lasso\.libs\@DLL_FILENAME@"
SectionEnd
Section -AdditionalIcons
@ -100,7 +100,7 @@ FunctionEnd
Section Uninstall
Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\liblasso-3.dll"
Delete "$INSTDIR\@DLL_FILENAME@"
Delete "$SMPROGRAMS\Liberty Alliance Single Sign On\Uninstall.lnk"
Delete "$SMPROGRAMS\Liberty Alliance Single Sign On\Website.lnk"