forked from mia/Aegisub
91d73ec8ea
1. cd aegisub/ 2. svn mv *cpp *h src/ 3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \ changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \ mythes.hxx res.rc src/ 4. cd .. 5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \ autogen.sh automation/ bin build configure.in desktop dummy.txt lib \ libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/ 6. mkdir -p docs/wiki_convert 7. svn add docs/wiki_convert 8. cd docs 9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/ * See r2749 for full description. Originally committed to SVN as r2752.
10 lines
566 B
C
10 lines
566 B
C
// 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?true:false$
|