Remove ancient trunk folder from svn repository
[synfig.git] / synfig-core / src / modules / mod_bmp / mod_bmp.nsh
diff --git a/synfig-core/src/modules/mod_bmp/mod_bmp.nsh b/synfig-core/src/modules/mod_bmp/mod_bmp.nsh
new file mode 100644 (file)
index 0000000..9624d4b
--- /dev/null
@@ -0,0 +1,21 @@
+; The stuff to install
+Section "mod_bmp" Sec_mod_bmp
+
+;  SectionIn RO
+  
+  ; Set output path to the installation directory.
+  SetOutPath "$INSTDIR\lib\synfig\modules"
+  
+  ; Put file there
+  File /oname=mod_bmp.dll "src\modules\mod_bmp\.libs\libmod_bmp.dll"
+
+
+  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
+  FileSeek $0 0 END
+  FileWrite $0 "mod_bmp"
+  FileWriteByte $0 "13"
+  FileWriteByte $0 "10"
+  FileClose $0
+
+SectionEnd
+