Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / synfig.nsh
index 46c591a..2fc4c53 100644 (file)
@@ -1,19 +1,20 @@
-; 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\synfig\.libs\libsynfig-0.dll"\r
-\r
-SectionEnd\r
-\r
-Section "un.Synfig Core"\r
-       Delete "$INSTDIR\bin\libsynfig-0.dll"\r
-       RMDir "$INSTDIR"\r
-SectionEnd\r
-\r
-\r
+; 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\bin"
+       RMDir "$INSTDIR"
+SectionEnd
+
+