mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@684 a6443dda-0b58-4228-96e9-037be469359c
8 lines
296 B
Batchfile
8 lines
296 B
Batchfile
@echo off
|
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
|
if not ERRORLEVEL 0 (
|
|
echo Automatic revision update unavailable, using generic template instead.
|
|
echo You can safely ignore this message - see svnrev.h for details.
|
|
copy /Y %3\svnrev_unknown.h %2\svnrev.h
|
|
)
|
|
set ERRORLEVEL=0
|