makefile and build script cleanup

This commit is contained in:
Berke Viktor
2011-08-17 06:47:57 +02:00
parent 68473901ec
commit 4514516712
5 changed files with 19 additions and 15 deletions

View File

@@ -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