Delete svn tags. We don't need them in git
[synfig.git] / synfig-core / tags / synfig_0_61_05 / synfig-core / src / synfig / synfig.nsh
diff --git a/synfig-core/tags/synfig_0_61_05/synfig-core/src/synfig/synfig.nsh b/synfig-core/tags/synfig_0_61_05/synfig-core/src/synfig/synfig.nsh
deleted file mode 100644 (file)
index 329d608..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-; The stuff to install
-Section "Synfig Core"
-
-  SectionIn RO
-  
-  ; Set output path to the installation directory.
-  SetOutPath "$INSTDIR\bin"
-  
-  ; Put file there
-  File "src\synfig\.libs\libsynfig-0.dll"
-
-SectionEnd
-
-Section "un.Synfig Core"
-       Delete "$INSTDIR\bin\libsynfig-0.dll"
-       RMDir "$INSTDIR"
-SectionEnd
-
-