aboutsummaryrefslogtreecommitdiff
path: root/nsis/compile.bat
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-03 05:51:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-03 05:51:59 +0000
commit3a54dc9a9d8e28b9415552512d45d172528d1a78 (patch)
tree82a7622945511ee9ab8a10b4e0d6089eb0415918 /nsis/compile.bat
parent30b67d11c7c33e61b16fb56badbe1c38db8cdd7b (diff)
added NSIS install script files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2732 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'nsis/compile.bat')
-rw-r--r--nsis/compile.bat14
1 files changed, 14 insertions, 0 deletions
diff --git a/nsis/compile.bat b/nsis/compile.bat
new file mode 100644
index 00000000..b1527e75
--- /dev/null
+++ b/nsis/compile.bat
@@ -0,0 +1,14 @@
+PATH "C:\Program Files\NSIS";%PATH%
+makensis plugin-updater.nsi
+move plugin-updater.exe Sylpheed
+makensis update-manager.nsi
+move update-manager.exe Sylpheed
+makensis sylpheed.nsi
+
+rem makensis /DSYLPHEED_PRO plugin-updater.nsi
+rem move plugin-updater.exe Sylpheed
+rem makensis /DSYLPHEED_PRO update-manager.nsi
+rem move update-manager.exe Sylpheed
+rem makensis /DSYLPHEED_PRO sylpheed.nsi
+
+pause