diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-17 06:47:57 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-17 06:47:57 +0200 |
commit | 4514516712b57f412de237922d9567e6e389ab20 (patch) | |
tree | 98c8adb5abfe0d8305583bfa36c81d263f2f887c /build/build-x86.bat | |
parent | 68473901ec97f092b51d624c1fbe58d6d0054ee5 (diff) |
makefile and build script cleanup
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/build-x86.bat b/build/build-x86.bat index f3aaa30f..fb811920 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -24,9 +24,6 @@ cd src echo DEV = %DEV_32% > makeinc.mak type makeinc.skel.mak >> makeinc.mak nmake /nologo /f makefile.mak clean -cd pixmaps -nmake /nologo /f makefile.mak -cd .. nmake /nologo /f makefile.mak cd ..\plugins nmake /nologo /f makefile.mak clean @@ -43,3 +40,4 @@ cd ..\..\build call compile-po-files.bat set PATH=%OPATH% call release-x86.bat +pause |