Updated for 0.63
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2062
This commit is contained in:
parent
2de28df3fd
commit
7e9dae0b28
1 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
!define VER_MAYOR 0
|
||||
!define VER_MINOR 62
|
||||
!define VER_MINOR 63
|
||||
|
||||
; The name of the installer
|
||||
Name "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer"
|
||||
|
@ -33,7 +33,10 @@ Section "ThisNameIsIgnoredSoWhyBother?"
|
|||
File dosbox.conf
|
||||
File SDL.dll
|
||||
File SDL_net.dll
|
||||
File libpng12.dll
|
||||
; File libpng12.dll
|
||||
File libogg-0.dll
|
||||
File libvorbis-0.dll
|
||||
File libvorbisfile-3.dll
|
||||
|
||||
CreateDirectory "$INSTDIR\capture"
|
||||
CreateDirectory "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}"
|
||||
|
@ -61,7 +64,11 @@ Section "Uninstall"
|
|||
Delete $INSTDIR\dosbox.conf
|
||||
Delete $INSTDIR\SDL.dll
|
||||
Delete $INSTDIR\SDL_net.dll
|
||||
Delete $INSTDIR\libpng12.dll
|
||||
; Delete $INSTDIR\libpng12.dll
|
||||
Delete $INSTDIR\libogg-0.dll
|
||||
Delete $INSTDIR\libvorbis-0.dll
|
||||
Delete $INSTDIR\libvorbisfile-3.dll
|
||||
|
||||
;Files left by sdl taking over the console
|
||||
Delete $INSTDIR\stdout.txt
|
||||
Delete $INSTDIR\stderr.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue