installer updates due to the switch to MSVC2008

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22814 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-02-06 21:25:47 +00:00
parent 1520331851
commit ab139c1f35
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,8 @@
Function DeleteFiles
# list with deleted files for LyX 1.5.4
Delete "$INSTDIR\bin\Microsoft.VC80.CRT.manifest"
Delete "$INSTDIR\bin\msvcp80.dll"
RMDir /r "$INSTDIR\Resources\doc\es\biblio"
Delete "$INSTDIR\Resources\examples\mathed.lyx"
Delete "$INSTDIR\Resources\examples\de\mathed.lyx"

View File

@ -2,7 +2,14 @@ Function UpdateModifiedFiles
# list with modified files for LyX 1.5.4
SetOutPath "$INSTDIR\bin" # always here
File "${PRODUCT_SOURCEDIR}\bin\Aiksaurus.dll"
File "${PRODUCT_SOURCEDIR}\bin\aspell.dll"
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\Microsoft.VC90.CRT.manifest"
File "${PRODUCT_SOURCEDIR}\bin\msvcp90.dll"
File "${PRODUCT_SOURCEDIR}\bin\msvcr90.dll"
File "${PRODUCT_SOURCEDIR}\bin\QtCore4.dll"
File "${PRODUCT_SOURCEDIR}\bin\QtGui4.dll"
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
File /r "${PRODUCT_SOURCEDIR}\Resources\doc"