diff options
author | Adam <Adam@anope.org> | 2011-06-08 20:40:29 -0400 |
---|---|---|
committer | Daniel De Graaf <danieldg@inspircd.org> | 2011-06-08 20:40:29 -0400 |
commit | e46e50071fce0e6b47ef7712fae8465933bd618a (patch) | |
tree | 8c1fd08de54a2e5c056cb2d6adb03ff0c5d6b4ca /win/site_release.bat | |
parent | 9fcb032269d02b1933e2c56c73f9c38f8a6146ec (diff) |
Final fixups for a working Windows build
Diffstat (limited to 'win/site_release.bat')
-rw-r--r-- | win/site_release.bat | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/win/site_release.bat b/win/site_release.bat deleted file mode 100644 index 9074efad8..000000000 --- a/win/site_release.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off
-
-echo Release commencing...
-
-cd ..
-
-rem make binary
-"c:\program files\nsis\makensis.exe" inspircd-noextras.nsi
-
-rem determine name for the binary
-perl rename_installer.pl
-
-@echo on
\ No newline at end of file |