Pillow/winbuild/build_pillow_27.cmd

24 lines
456 B
Batchfile
Raw Normal View History

2014-06-11 09:26:03 +04:00
setlocal
set MPLSRC=%~dp0\..
set INCLIB=%~dp0\depends
set BLDOPT=install
cd /D %MPLSRC%
setlocal EnableDelayedExpansion
call "%ProgramFiles%\Microsoft SDKs\Windows\v7.0\Bin\SetEnv.Cmd" /Release /x86 /xp
set DISTUTILS_USE_SDK=1
set LIB=%LIB%;%INCLIB%\msvcr90-x32
set INCLUDE=%INCLUDE%;%INCLIB%\msvcr90-x32;%INCLIB%\tcl85\include
setlocal
set LIB=%LIB%;C:\Python27\tcl
call c:\vp\27\Scripts\python.exe setup.py %BLDOPT%
endlocal
endlocal
endlocal
exit