source: makeinst.bat@ 682:08e73d58a9e4

cef
Last change on this file since 682:08e73d58a9e4 was 682:08e73d58a9e4, checked in by István Váradi <ivaradi@…>, 9 years ago

CEF is now started from Selenium

File size: 610 bytes
Line 
1set MSVCRDIR=c:\windows\winsxs\x86_Microsoft.VC90.CRT*9.0.21022.8*
2set GTKRTDIR=c:\Python27\Lib\site-packages\gtk-2.0\runtime
3set CEFDIR=c:\Python27\Lib\site-packages\cefpython3
4set CHROMEDRIVER=c:\tmp\chromedriver.exe
5set NSISDIR=C:\Program Files\NSIS
6
7python setup.py py2exe
8
9del dist\library\selenium\webdriver\chrome\service.pyc
10copy patches\library\selenium\webdriver\chrome\service.py dist\library\selenium\webdriver\chrome\service.py
11python -m compileall dist\library\selenium\webdriver\chrome\service.py
12del dist\library\selenium\webdriver\chrome\service.py
13
14"%NSISDIR%\makensis" mlx.nsi
Note: See TracBrowser for help on using the repository browser.