source: makeinst.bat@ 681:6d454f3c68c8

cef
Last change on this file since 681:6d454f3c68c8 was 653:329e2eecb565, checked in by István Váradi <ivaradi@…>, 9 years ago

Updated the Windows install package generator infrastructure to incorporate CEF in the installer (re #272)

File size: 274 bytes
RevLine 
[20]1set MSVCRDIR=c:\windows\winsxs\x86_Microsoft.VC90.CRT*9.0.21022.8*
2set GTKRTDIR=c:\Python27\Lib\site-packages\gtk-2.0\runtime
[653]3set CEFDIR=c:\Python27\Lib\site-packages\cefpython3
[20]4set NSISDIR=C:\Program Files\NSIS
5
6python setup.py py2exe
7
8"%NSISDIR%\makensis" mlx.nsi
Note: See TracBrowser for help on using the repository browser.