summaryrefslogtreecommitdiff
path: root/Installer/GetSVNRev.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'Installer/GetSVNRev.nsi')
-rw-r--r--Installer/GetSVNRev.nsi11
1 files changed, 0 insertions, 11 deletions
diff --git a/Installer/GetSVNRev.nsi b/Installer/GetSVNRev.nsi
deleted file mode 100644
index c9f0c166d7..0000000000
--- a/Installer/GetSVNRev.nsi
+++ /dev/null
@@ -1,11 +0,0 @@
-OutFile "GetSVNRev.exe"
-SilentInstall silent
-
-Section
- ; Create template for SubWCRev
- FileOpen $R0 "svnrev_template.txt" w
- FileWrite $R0 '!define PRODUCT_VERSION "$$WCREV$$"'
- FileClose $R0
- ; Make a file with only rev # in it
- Exec "..\Source\Core\Common\SubWCRev.exe ..\ svnrev_template.txt svnrev.txt"
-SectionEnd \ No newline at end of file