mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
ab139c1f35
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22814 a592a061-630c-0410-9148-cb99ea01b6c8
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
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"
|
|
|
|
FunctionEnd
|
|
|