mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
virtualenv
This commit is contained in:
parent
30c06dee8d
commit
953dfb0943
|
@ -8,7 +8,7 @@ rem Adjust the following if necessary
|
||||||
set MPLSRC=%~dp0\..
|
set MPLSRC=%~dp0\..
|
||||||
set INCLIB=%~dp0\depends
|
set INCLIB=%~dp0\depends
|
||||||
rem set BLDOPT=bdist_wininst --user-access-control=auto
|
rem set BLDOPT=bdist_wininst --user-access-control=auto
|
||||||
set BLDOPT=build_ext
|
set BLDOPT=install
|
||||||
cd /D %MPLSRC%
|
cd /D %MPLSRC%
|
||||||
|
|
||||||
rem Set TkAgg as default backend
|
rem Set TkAgg as default backend
|
||||||
|
@ -30,7 +30,8 @@ set INCLUDE=%INCLUDE%;%INCLIB%\msvcr90-x64;%INCLIB%\tcl85\include
|
||||||
setlocal
|
setlocal
|
||||||
set LIB=%LIB%;C:\Python27x64\tcl
|
set LIB=%LIB%;C:\Python27x64\tcl
|
||||||
rd /q /s build
|
rd /q /s build
|
||||||
call C:\Python27x64\python.exe setup.py %BLDOPT%
|
call z:\vpy27x64\Scripts\activate.bat
|
||||||
|
call python.exe setup.py %BLDOPT%
|
||||||
endlocal
|
endlocal
|
||||||
|
|
||||||
endlocal
|
endlocal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user