Delete svn tags. We don't need them in git
[synfig.git] / synfig-core / tags / 0.61.08 / src / modules / mod_jpeg / mod_jpeg.nsh
diff --git a/synfig-core/tags/0.61.08/src/modules/mod_jpeg/mod_jpeg.nsh b/synfig-core/tags/0.61.08/src/modules/mod_jpeg/mod_jpeg.nsh
deleted file mode 100644 (file)
index 2468ddb..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-; The stuff to install
-Section "mod_jpeg" Sec_mod_jpeg
-
-;  SectionIn RO
-  
-  ; Set output path to the installation directory.
-  SetOutPath "$INSTDIR\lib\synfig\modules"
-  
-  ; Put file there
-  File /oname=mod_jpeg.dll "src\modules\mod_jpeg\.libs\libmod_jpeg.dll"
-
-
-  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
-  FileSeek $0 0 END
-  FileWrite $0 "mod_jpeg"
-  FileWriteByte $0 "13"
-  FileWriteByte $0 "10"
-  FileClose $0
-
-SectionEnd
-