summaryrefslogtreecommitdiff
path: root/OPJViewer/buildupdate.bat
diff options
context:
space:
mode:
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-08-02 12:45:28 +0000
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-08-02 12:45:28 +0000
commit9cf692e89773ac83cebbb2969039913ce761c11d (patch)
treeb898526c52dc07cfe15c3f180d6ba4cbcf7320ab /OPJViewer/buildupdate.bat
parent4f4aa1d49fc261185085a86c80e8b06e46a7d5db (diff)
Added a basic saving capability to OPJViewer
Diffstat (limited to 'OPJViewer/buildupdate.bat')
-rw-r--r--OPJViewer/buildupdate.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/OPJViewer/buildupdate.bat b/OPJViewer/buildupdate.bat
index 6ff0d42a..0aae1c1c 100644
--- a/OPJViewer/buildupdate.bat
+++ b/OPJViewer/buildupdate.bat
@@ -5,7 +5,7 @@ setLocal EnableDelayedExpansion
for /f "tokens=2,* delims=^(^) " %%a in ('find /v "" ^< .\source\build.h') do (
rem echo %%a
set /A M = %%a + 1
-echo Build !M!
+echo Build %%a done^!
echo wxT^("!M!"^) > buildtemp283746825t347
)