echo on
@echo get inkscape from scratch
echo >> %~dp0\build.log
echo %time% start preparing >> %~dp0\build.log
c:
cd \inkscape
rmdir /s /q \devlibs
rmdir /s /q inkscape_trunk
bzr checkout --lightweight lp:inkscape-devlibs \devlibs
bzr checkout --lightweight lp:inkscape/0.92.x inkscape_trunk
echo %time% start building btool >> %~dp0\build.log
set MINGW_PATH=C:\MinGW32
set DEVLIBS_PATH=C:\devlibs
cd inkscape_trunk
call mingwenv.bat
mkdir build
cd build
cmake -G "MinGW Makefiles" ..
echo %time% start building inkscape >> %~dp0\build.log
mingw32-make -j 4
echo %cd%
echo now: make install
mingw32-make install
echo %time% finish building >> %~dp0\build.log
echo pause fertig, press any key to start pack msi
echo %time% start installer >> %~dp0\build.log
echo now: create wix
cd ..
cd packaging
cd wix
call wixenv.bat
call install.bat
echo %time% finish installer >> %~dp0\build.log
echo create NSIS installer now
cd ..
cd win32
"c:\Program Files (x86)\NSIS\makensis" inkscape.nsi
pause alles beendet
pause
inkscape from scratch win32
Por favor entre com a sua conta para deixar um comentário!