moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / sinfg.nsh
diff --git a/synfig-core/trunk/src/synfig/sinfg.nsh b/synfig-core/trunk/src/synfig/sinfg.nsh
deleted file mode 100644 (file)
index f7c484a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-; The stuff to install\r
-Section "Synfig Core"\r
-\r
-  SectionIn RO\r
-  \r
-  ; Set output path to the installation directory.\r
-  SetOutPath "$INSTDIR\bin"\r
-  \r
-  ; Put file there\r
-  File "src\sinfg\.libs\libsinfg-0.dll"\r
-\r
-SectionEnd\r
-\r
-Section "un.Synfig Core"\r
-       Delete "$INSTDIR\bin\libsinfg-0.dll"\r
-       RMDir "$INSTDIR"\r
-SectionEnd\r
-\r
-\r