diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:46:59 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:46:59 +0200 |
commit | b9ece5464e14c5ee02dd9d2ee42b01946497954a (patch) | |
tree | 9a38069f1c6f27495c6ae556298215fcdfee98ae /build/build-x64.bat | |
parent | cbcf58aba6497db777fe41d0b9651d0b905c9605 (diff) |
even more cleanup
Diffstat (limited to 'build/build-x64.bat')
-rw-r--r-- | build/build-x64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat index d4378121..4121cc8e 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -14,7 +14,7 @@ cd .. nmake /nologo /f makefile.mak cd ..\plugins nmake /nologo /f makefile.mak clean -nmake /f makefile.mak +nmake /nologo /f makefile.mak cd ..\build set PATH=%OPATH% call release-x64.bat |