diff options
Diffstat (limited to 'src/tools/msvc/clean.bat')
-rwxr-xr-x | src/tools/msvc/clean.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/msvc/clean.bat b/src/tools/msvc/clean.bat index 08c195429c5..e6778aa404e 100755 --- a/src/tools/msvc/clean.bat +++ b/src/tools/msvc/clean.bat @@ -1,4 +1,5 @@ @echo off +REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.3 2007/03/17 14:01:01 mha Exp $ set D=%CD% if exist ..\msvc if exist ..\..\..\src cd ..\..\.. @@ -56,4 +57,4 @@ goto :eof :del if exist %1 del /q %1 -goto :eof
\ No newline at end of file +goto :eof |