summaryrefslogtreecommitdiff
path: root/Installer/GetSVNRev.nsi
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@googlemail.com>2011-06-23 23:11:12 +0000
committerNeoBrainX <NeoBrainX@googlemail.com>2011-06-23 23:11:12 +0000
commit35d1599724a4c41d0c93e4cbf05ba109feaa969c (patch)
treee61bb32980e578915289b1f0f577d1a441c5b7ac /Installer/GetSVNRev.nsi
parent2d1fef29892720b72bd4c20098a46679d2f08474 (diff)
Tag Dolphin 3.03.0
git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7615 8ced0084-cf51-0410-be5f-012b33b47a6e 3.0: Removed SVNRevGen stuff; changed revision string to 3.0; Removed installer since it was vastly outdated; Bumped CMake major version to 3 git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7616 8ced0084-cf51-0410-be5f-012b33b47a6e 3.0: Add the languages which were chosen to be release-worthy. Uhm, unless I forgot something important, I guess we can declare 3.0 as officially released now and stuff. Cheers ;) git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7617 8ced0084-cf51-0410-be5f-012b33b47a6e 3.0: Fix SCons build git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7627 8ced0084-cf51-0410-be5f-012b33b47a6e
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