aboutsummaryrefslogtreecommitdiff
path: root/nsis/compile.bat
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-01-28 17:43:47 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commitb1efe94d287236dd7f31fd030de2068f985103a4 (patch)
treeb7b83198e6525cc05a423d0a0ee036c89c7dc11c /nsis/compile.bat
parenta72a075cc298497f955a8707c01126e8825b6f0a (diff)
Strip away all old autotools and installer stuff
Diffstat (limited to 'nsis/compile.bat')
-rw-r--r--nsis/compile.bat15
1 files changed, 0 insertions, 15 deletions
diff --git a/nsis/compile.bat b/nsis/compile.bat
deleted file mode 100644
index cd45104f..00000000
--- a/nsis/compile.bat
+++ /dev/null
@@ -1,15 +0,0 @@
-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