fixed dll files path for installer

This commit is contained in:
Damien Laniel 2007-08-28 14:50:08 +00:00
parent d7eee69128
commit d35f0c9867
3 changed files with 2 additions and 3 deletions

View File

@ -60,7 +60,7 @@ FunctionEnd
Section "Java Lasso binding" SEC01
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "..\..\java\.libs\jlasso.dll"
File "..\msvc\java\Release\jlasso.dll"
File "..\..\java\lasso.jar"
SectionEnd

View File

@ -101,7 +101,6 @@ SectionEnd
Section "Lasso version @VERSION@" SEC09
File "..\msvc\Release\@DLL_FILENAME@"
#File "..\..\lasso\.libs\@DLL_FILENAME@"
SectionEnd
Section -AdditionalIcons

View File

@ -61,7 +61,7 @@ FunctionEnd
Section "Lasso version @VERSION@" SEC01
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "..\..\lasso\.libs\@DLL_FILENAME@"
File "..\msvc\Release\@DLL_FILENAME@"
SectionEnd
Section -AdditionalIcons