2006-05-07 03:35:43 -04:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
set SUBWC="c:\program files\tortoisesvn\bin\subwcrev.exe"
|
2006-05-29 07:07:19 -04:00
|
|
|
if not exist %SUBWC% set SUBWC=copy
|
2006-05-07 03:35:43 -04:00
|
|
|
|
|
|
|
echo Fixing version info...
|
|
|
|
%SUBWC% %0\..\.. %0\..\config.h.templ %0\..\config.h
|
|
|
|
%SUBWC% %0\..\.. %0\..\nsi\mt-daapd.nsi.templ %0\..\nsi\mt-daapd.nsi
|
2006-05-28 02:11:37 -04:00
|
|
|
%SUBWC% %0\..\.. %0\..\ssc-ffmpeg.rc.templ %0\..\ssc-ffmpeg.rc
|
2006-05-29 07:07:19 -04:00
|
|
|
%SUBWC% %0\..\.. %0\..\mt-daapd.rc.templ %0\..\mt-daapd.rc
|
|
|
|
%SUBWC% %0\..\.. %0\..\rsp.rc.templ %0\..\rsp.rc
|
|
|
|
%SUBWC% %0\..\.. %0\..\w32-event.rc.templ %0\..\w32-event.rc
|
2006-05-29 05:14:04 -04:00
|
|
|
%SUBWC% %0\..\.. %0\..\FireflyShell\version.h.templ %0\..\FireflyShell\version.h
|
2006-06-05 00:18:33 -04:00
|
|
|
%SUBWC% %0\..\.. %0\..\ssc-wma\ssc-wma.rc.templ %0\..\ssc-wma\ssc-wma.rc
|