mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-22 03:29:55 +00:00
Update Windows installer for 2.1
This commit is contained in:
parent
f656a69a90
commit
3b41dde751
@ -85,6 +85,7 @@ Section "Ophis" SEC01
|
|||||||
File "..\..\examples\hello7.oph"
|
File "..\..\examples\hello7.oph"
|
||||||
File "..\..\examples\structuredemo.oph"
|
File "..\..\examples\structuredemo.oph"
|
||||||
File "..\..\examples\fibonacci.oph"
|
File "..\..\examples\fibonacci.oph"
|
||||||
|
File "..\..\examples\kinematics.oph"
|
||||||
SetOutPath "$INSTDIR\examples\hi_stella"
|
SetOutPath "$INSTDIR\examples\hi_stella"
|
||||||
File "..\..\examples\hi_stella\hi_stella.oph"
|
File "..\..\examples\hi_stella\hi_stella.oph"
|
||||||
File "..\..\examples\hi_stella\README.txt"
|
File "..\..\examples\hi_stella\README.txt"
|
||||||
@ -97,6 +98,10 @@ Section "Ophis" SEC01
|
|||||||
SetOutPath "$INSTDIR\platform"
|
SetOutPath "$INSTDIR\platform"
|
||||||
File "..\..\platform\c64_0.oph"
|
File "..\..\platform\c64_0.oph"
|
||||||
File "..\..\platform\c64kernal.oph"
|
File "..\..\platform\c64kernal.oph"
|
||||||
|
File "..\..\platform\c64header.oph"
|
||||||
|
File "..\..\platform\libbasic64.oph"
|
||||||
|
File "..\..\platform\vic20.oph"
|
||||||
|
File "..\..\platform\vic20x.oph"
|
||||||
File "..\..\platform\nes.oph"
|
File "..\..\platform\nes.oph"
|
||||||
File "..\..\platform\stella.oph"
|
File "..\..\platform\stella.oph"
|
||||||
File "..\..\platform\README.txt"
|
File "..\..\platform\README.txt"
|
||||||
@ -136,6 +141,7 @@ FunctionEnd
|
|||||||
Section Uninstall
|
Section Uninstall
|
||||||
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $ICONS_GROUP
|
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $ICONS_GROUP
|
||||||
Delete "$INSTDIR\uninst.exe"
|
Delete "$INSTDIR\uninst.exe"
|
||||||
|
Delete "$INSTDIR\examples\kinematics.oph"
|
||||||
Delete "$INSTDIR\examples\structuredemo.oph"
|
Delete "$INSTDIR\examples\structuredemo.oph"
|
||||||
Delete "$INSTDIR\examples\fibonacci.oph"
|
Delete "$INSTDIR\examples\fibonacci.oph"
|
||||||
Delete "$INSTDIR\examples\hello7.oph"
|
Delete "$INSTDIR\examples\hello7.oph"
|
||||||
@ -162,6 +168,10 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\examples\hello_nes\README.txt"
|
Delete "$INSTDIR\examples\hello_nes\README.txt"
|
||||||
Delete "$INSTDIR\platform\c64_0.oph"
|
Delete "$INSTDIR\platform\c64_0.oph"
|
||||||
Delete "$INSTDIR\platform\c64kernal.oph"
|
Delete "$INSTDIR\platform\c64kernal.oph"
|
||||||
|
Delete "$INSTDIR\platform\c64header.oph"
|
||||||
|
Delete "$INSTDIR\platform\libbasic64.oph"
|
||||||
|
Delete "$INSTDIR\platform\vic20.oph"
|
||||||
|
Delete "$INSTDIR\platform\vic20x.oph"
|
||||||
Delete "$INSTDIR\platform\nes.oph"
|
Delete "$INSTDIR\platform\nes.oph"
|
||||||
Delete "$INSTDIR\platform\stella.oph"
|
Delete "$INSTDIR\platform\stella.oph"
|
||||||
Delete "$INSTDIR\platform\README.txt"
|
Delete "$INSTDIR\platform\README.txt"
|
||||||
|
Loading…
Reference in New Issue
Block a user