mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
1520331851
commit
ab139c1f35
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user