diff options
| author | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-08-02 12:45:28 +0000 |
|---|---|---|
| committer | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-08-02 12:45:28 +0000 |
| commit | 9cf692e89773ac83cebbb2969039913ce761c11d (patch) | |
| tree | b898526c52dc07cfe15c3f180d6ba4cbcf7320ab /OPJViewer/buildupdate.bat | |
| parent | 4f4aa1d49fc261185085a86c80e8b06e46a7d5db (diff) | |
Added a basic saving capability to OPJViewer
Diffstat (limited to 'OPJViewer/buildupdate.bat')
| -rw-r--r-- | OPJViewer/buildupdate.bat | 2 |
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
)
|
