Stable Tag: Removing old tag
[synfig.git] / synfig-core / tags / stable / src / modules / mod_yuv420p / mod_yuv420p.nsh
diff --git a/synfig-core/tags/stable/src/modules/mod_yuv420p/mod_yuv420p.nsh b/synfig-core/tags/stable/src/modules/mod_yuv420p/mod_yuv420p.nsh
deleted file mode 100644 (file)
index 5376a6e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-; The stuff to install
-Section "mod_yuv420p" Sec_mod_yuv420p
-
-;  SectionIn RO
-  
-  ; Set output path to the installation directory.
-  SetOutPath "$INSTDIR\lib\synfig\modules"
-  
-  ; Put file there
-  File /oname=mod_yuv420p.dll "src\modules\mod_yuv420p\.libs\libmod_yuv420p-0.dll"
-
-
-  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
-  FileSeek $0 0 END
-  FileWrite $0 "mod_yuv420p"
-  FileWriteByte $0 "13"
-  FileWriteByte $0 "10"
-  FileClose $0
-
-SectionEnd
-