mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
24 lines
465 B
Batchfile
24 lines
465 B
Batchfile
|
|
||
|
setlocal
|
||
|
set MPLSRC=%~dp0\..
|
||
|
set INCLIB=%~dp0\depends
|
||
|
set BLDOPT=install
|
||
|
cd /D %MPLSRC%
|
||
|
|
||
|
|
||
|
setlocal EnableDelayedExpansion
|
||
|
call "%ProgramFiles%\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /Release /x64 /vista
|
||
|
set DISTUTILS_USE_SDK=1
|
||
|
set LIB=%LIB%;%INCLIB%\msvcr10-x64
|
||
|
set INCLUDE=%INCLUDE%;%INCLIB%\msvcr10-x64;%INCLIB%\tcl85\include
|
||
|
|
||
|
setlocal
|
||
|
set LIB=%LIB%;C:\Python34x64\tcl
|
||
|
call c:\vp\34x64\Scripts\python.exe setup.py %BLDOPT%
|
||
|
endlocal
|
||
|
|
||
|
endlocal
|
||
|
|
||
|
endlocal
|
||
|
exit
|