Removed the 'fixme' comment, because I fixed it already.
[synfig.git] / synfig-core / trunk / win32inst.nsi.in
index 886938b..7f9f631 100644 (file)
@@ -129,7 +129,7 @@ SectionEnd
 
 Section "Examples"
        SetOutPath $INSTDIR\examples
-       File "@srcdir@\examples\*.sif"
+       File "@srcdir@\examples\*.sifz"
 
        SetShellVarContext All
        CreateDirectory "$SMPROGRAMS\Voria"
@@ -137,7 +137,7 @@ Section "Examples"
 SectionEnd
 
 Section "un.Examples"
-       Delete "$INSTDIR\examples\*.sif"
+       Delete "$INSTDIR\examples\*.sifz"
        RMDir "$INSTDIR\examples"
 
        SetShellVarContext All
@@ -162,6 +162,7 @@ SectionGroup "Render Targets"
 !include "@srcdir@\src\modules\mod_gif\mod_gif.nsh"
 !include "@srcdir@\src\modules\mod_imagemagick\mod_imagemagick.nsh"
 !include "@srcdir@\src\modules\mod_jpeg\mod_jpeg.nsh"
+!include "@srcdir@\src\modules\mod_openexr\mod_openexr.nsh"
 !include "@srcdir@\src\modules\mod_png\mod_png.nsh"
 !include "@srcdir@\src\modules\mod_ppm\mod_ppm.nsh"
 !include "@srcdir@\src\modules\mod_yuv420p\mod_yuv420p.nsh"
@@ -185,6 +186,7 @@ SectionGroup "un.Render Targets"
 !include "@srcdir@\src\modules\mod_gif\unmod_gif.nsh"
 !include "@srcdir@\src\modules\mod_imagemagick\unmod_imagemagick.nsh"
 !include "@srcdir@\src\modules\mod_jpeg\unmod_jpeg.nsh"
+!include "@srcdir@\src\modules\mod_openexr\unmod_openexr.nsh"
 !include "@srcdir@\src\modules\mod_png\unmod_png.nsh"
 !include "@srcdir@\src\modules\mod_ppm\unmod_ppm.nsh"
 !include "@srcdir@\src\modules\mod_yuv420p\unmod_yuv420p.nsh"