source: winemakeinst.bat@ 934:b37db35a1329

version_0.39_maint
Last change on this file since 934:b37db35a1329 was 916:4f738ffc3596, checked in by István Váradi <ivaradi@…>, 5 years ago

Support for building for Windows using Wine

File size: 346 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
6set WINE=yes
7
8C:\Python27\python.exe setup.py py2exe
9
10"%NSISDIR%\makensis" mlx.nsi
Note: See TracBrowser for help on using the repository browser.