more updates
[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
new file mode 100644 (file)
index 0000000..f7c484a
--- /dev/null
@@ -0,0 +1,19 @@
+; 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