Delete svn-revision-base.h

This commit is contained in:
Thomas Goyne 2012-10-07 09:03:44 -07:00
parent 07257e1bb3
commit 0f90f8a627
2 changed files with 2 additions and 12 deletions

View File

@ -40,7 +40,7 @@ EXTRA_DIST = \
configure.in \
acconf.h.in\
configure \
svn_revision \
build/git_version.h \
config.log \
config.sub \
config.guess \
@ -78,7 +78,7 @@ DISTCLEANFILES += \
acconf.h \
configure \
acconf.h.in~ \
svn_revision \
build/git_version.h \
Makefile.inc \
config.log \
acconf.h.in \

View File

@ -1,10 +0,0 @@
// This file is intended as a template for the TortoiseSVN tool SubWCRev
// Set up your project so it runs a command similar to this as pre-build event:
//"C:\Program Files\TortoiseSVN\bin\SubWCRev.exe" "$(SolutionDir)../aegisub" "$(SolutionDir)../aegisub/build/svn-revision-base.h" "$(SolutionDir)../aegisub/build/svn-revision.h"
// Of course make sure the relative paths etc. match your system
// Do not add or commit the resulting file to SVN.
#define BUILD_SVN_REVISION $WCREV$
#define BUILD_SVN_DATE "$WCDATE$"
#define BUILD_SVN_LOCALMODS $WCMODS?"M":""$